X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=AndroidManifest.xml;h=c5fdb6653f5a8bbbcc81ec0382081cdce02f198f;hb=4df3011e2f3680a80ecc89c817ba528b2a578f0f;hp=284b361dc55199c7cd6e6304dff87902b355a851;hpb=0be64680fb9b5a982b1b92730236ebb85e76624a;p=android-x86%2Fpackages-apps-Camera2.git diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 284b361dc..c5fdb6653 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -6,7 +6,7 @@ + android:targetSdkVersion="23" /> @@ -19,7 +19,6 @@ - @@ -42,10 +41,9 @@ @@ -53,17 +51,12 @@ android:name="com.android.camera.CameraActivity" android:clearTaskOnLaunch="true" android:configChanges="orientation|screenSize|keyboardHidden" - android:icon="@mipmap/ic_launcher_camera" android:label="@string/app_name" - android:logo="@mipmap/ic_launcher_camera" + android:launchMode="singleTask" android:taskAffinity="com.android.camera.CameraActivity" android:theme="@style/Theme.Camera" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" > - - - - @@ -77,9 +70,18 @@ android:resource="@layout/keyguard_widget" /> + + + + @@ -90,12 +92,23 @@ + + + + + + + + android:targetActivity="com.android.camera.CaptureActivity"> @@ -111,11 +124,9 @@ android:clearTaskOnLaunch="true" android:configChanges="orientation|screenSize|keyboardHidden" android:excludeFromRecents="true" - android:icon="@mipmap/ic_launcher_camera" android:label="@string/app_name" - android:logo="@mipmap/ic_launcher_camera" android:taskAffinity="com.android.camera.SecureCameraActivity" - android:theme="@style/Theme.Camera" + android:theme="@style/Theme.SecureCamera" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >