summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorjinwu <jinwu@codeaurora.org>2017-04-07 13:27:48 +0800
committerjinwu <jinwu@codeaurora.org>2017-04-10 11:24:45 +0800
commit4fafa7a04ab78f91bbbf59c5b722a84a9b62f85c (patch)
treefddbf3ccafbd5a8a4be79775a0b22baa30ad848e /AndroidManifest.xml
parent348658059575aa7a3bd722a1f9b06d0683225e9c (diff)
downloadandroid_packages_apps_Gallery2-4fafa7a04ab78f91bbbf59c5b722a84a9b62f85c.tar.gz
android_packages_apps_Gallery2-4fafa7a04ab78f91bbbf59c5b722a84a9b62f85c.tar.bz2
android_packages_apps_Gallery2-4fafa7a04ab78f91bbbf59c5b722a84a9b62f85c.zip
SnapdragonGallery: update source code
Update the newest source code from N to O. Change-Id: I4404638c3111c40bb5d182c770383d9d4760eec2 CRs-Fixed: 2021069
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bfdd8f77a..ad336fca6 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2010-2014, 2016, The Linux Foundation. All rights reserved.
+<!-- Copyright (c) 2010-2014, 2016-2017 The Linux Foundation. All rights reserved.
Not a Contribution.
Copyright (C) 2007 The Android Open Source Project
@@ -103,7 +103,7 @@
<activity android:name="com.android.gallery3d.app.GalleryActivity"
android:theme="@style/AppTheme"
- android:configChanges="keyboardHidden|orientation|screenSize">
+ android:configChanges="keyboardHidden|orientation|screenSize|locale|fontScale|layoutDirection">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
@@ -272,7 +272,7 @@
<activity
android:name="com.android.gallery3d.filtershow.FilterShowActivity"
android:theme="@style/Theme.FilterShow"
- android:configChanges="keyboardHidden|orientation|screenSize|locale|layoutDirection">
+ android:configChanges="keyboardHidden|orientation|screenSize|layoutDirection">
<intent-filter>
<action android:name="android.intent.action.EDIT" />
<category android:name="android.intent.category.DEFAULT" />
@@ -399,5 +399,8 @@
android:theme="@android:style/Theme.Material.Light"
android:configChanges="orientation|keyboardHidden|screenSize|mnc|mcc">
</activity>
+ <activity android:name="com.android.gallery3d.app.dualcam3d.ThreeDimensionalActivity"
+ android:configChanges="orientation|screenSize|layoutDirection">
+ </activity>
</application>
</manifest>