summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblong <blong@codeaurora.org>2014-01-15 12:49:42 +0800
committerRoman Birg <roman@cyngn.com>2014-09-02 11:53:42 -0700
commitad9a276d45a51e382e6214b1aec0cf00f8b1c300 (patch)
tree18fa2557feacb7b389363cfe9a7d3628c9eb0304
parent0cde75a70add67052798dc4b00f13f6e018d6464 (diff)
downloadpackages_apps_Contacts-ad9a276d45a51e382e6214b1aec0cf00f8b1c300.tar.gz
packages_apps_Contacts-ad9a276d45a51e382e6214b1aec0cf00f8b1c300.tar.bz2
packages_apps_Contacts-ad9a276d45a51e382e6214b1aec0cf00f8b1c300.zip
Fix to retain selected contacts when change locale
When the user changes language, the selected contacts list is getting cleared. Add layoutDirection parameter for configChanges in manifest file to fix the issue Change-Id: I6fb8944cf1df9569a651b422acfbf0cf5e390cbd CRs-Fixed: 541829
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e895ea72a..da4c7b2c9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -470,7 +470,7 @@
android:windowSoftInputMode="stateHidden|adjustResize"
android:screenOrientation="nosensor"
android:theme="@android:style/Theme.Holo.Light"
- android:configChanges="orientation|keyboardHidden|locale">
+ android:configChanges="orientation|keyboardHidden|layoutDirection">
<intent-filter>
<action android:name="com.android.contacts.action.MULTI_PICK" />
<category android:name="android.intent.category.DEFAULT" />