summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-07-15 14:22:55 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-07-29 11:34:15 -0700
commit75096f243d0fe755d99b6f585f5a742429e57780 (patch)
tree118d638a1ec73e551bf71247ed3e3562f370cb30 /AndroidManifest.xml
parent13d7301c24c3c2ed024ea12c68e6e5a7aec9717b (diff)
downloadandroid_packages_apps_Snap-75096f243d0fe755d99b6f585f5a742429e57780.tar.gz
android_packages_apps_Snap-75096f243d0fe755d99b6f585f5a742429e57780.tar.bz2
android_packages_apps_Snap-75096f243d0fe755d99b6f585f5a742429e57780.zip
Fix orientation handling in secure camera.
We rotate our views by ourselves, starting on portrait orientation, thus make the SecureCameraActivity manifest entry consistent to the CameraActivity one. Change-Id: I6421795a6c26bac1653eeb2eb1e545f4886b4641
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3b0864534..eb5fb9fe0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -113,6 +113,7 @@
android:excludeFromRecents="true"
android:label="@string/app_name"
android:launchMode="singleTop"
+ android:screenOrientation="portrait"
android:taskAffinity="com.android.camera.SecureCameraActivity"
android:theme="@style/Theme.Camera"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >