summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorwqi <wqi@codeaurora.org>2016-05-12 16:44:09 +0800
committerLinux Build Service Account <lnxbuild@localhost>2016-07-06 22:42:12 -0600
commit1e6342d96838f4d922ac26a901f914a5807f494d (patch)
treec483389af012964dcdfb3905611ee8fd08c51869 /AndroidManifest.xml
parente94e766335f3689d2bbee84c7c003207149cbc8f (diff)
downloadandroid_packages_apps_Gallery2-1e6342d96838f4d922ac26a901f914a5807f494d.tar.gz
android_packages_apps_Gallery2-1e6342d96838f4d922ac26a901f914a5807f494d.tar.bz2
android_packages_apps_Gallery2-1e6342d96838f4d922ac26a901f914a5807f494d.zip
Gallery2: Fix the strings not translated in editor interface.
Some of strings not translated after user change language, because of the strings not update. Change-Id: I5e6fa05e38f4c45caf72173ce69864f238470ac1 CRs-Fixed: 1002787
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index add9263e6..6a9f1ae97 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -292,7 +292,7 @@
<activity
android:name="com.android.gallery3d.filtershow.FilterShowActivity"
android:theme="@style/Theme.FilterShow"
- android:configChanges="keyboardHidden|orientation|screenSize">
+ android:configChanges="keyboardHidden|orientation|screenSize|locale|layoutDirection">
<intent-filter>
<action android:name="android.intent.action.EDIT" />
<category android:name="android.intent.category.DEFAULT" />