summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2016-08-29 16:42:20 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-08 18:35:13 -0700
commitf5e22304743a81289e41c9309318ca52c5cd3d6b (patch)
treee600da5e13d3b94359bd10dbd94fca2225a84b4a /AndroidManifest.xml
parent050fe78517519b689ce5adff1cf2c074bcbd186e (diff)
downloadandroid_packages_apps_Snap-f5e22304743a81289e41c9309318ca52c5cd3d6b.tar.gz
android_packages_apps_Snap-f5e22304743a81289e41c9309318ca52c5cd3d6b.tar.bz2
android_packages_apps_Snap-f5e22304743a81289e41c9309318ca52c5cd3d6b.zip
SnapdragonCamera:Fix location permission dialog disappeared
Request loaction permission for the first time of launching Camera, and add android:configChanges in manifest to avoid PermissionActivity to be created when rotate screen. Change-Id: Ibaffad1629830beccf41e32ea5e224abd765ffb6 CRs-Fixed: 1059678
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--[-rwxr-xr-x]AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6ec0df351..c2f80cda9 100755..100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -63,6 +63,7 @@
<activity
android:name="com.android.camera.PermissionsActivity"
android:label="@string/app_name"
+ android:configChanges="orientation|screenSize|keyboardHidden"
android:parentActivityName="com.android.camera.CameraActivity" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"