diff options
author | 2014-11-05 13:39:11 -0800 | |
---|---|---|
committer | 2014-11-07 02:54:14 +0000 | |
commit | e5515395f11ce3f6ba5ddebb1fc029c51f51b8b3 (patch) | |
tree | 49b0b57d73d30019f4ded2f763953e32a63e44b4 | |
parent | d25f8443ebf3ec5adb28ae6e24c3d17f6a0bdf7b (diff) | |
download | latinime-e5515395f11ce3f6ba5ddebb1fc029c51f51b8b3.tar.gz latinime-e5515395f11ce3f6ba5ddebb1fc029c51f51b8b3.tar.xz latinime-e5515395f11ce3f6ba5ddebb1fc029c51f51b8b3.zip |
Fix restore from keyboard
The keyboard starts up before the restore process and the default shared
preferences are cached and used even after the restore.
Bug: 17837918
Change-Id: I2669e377b6e95813657fd6a80fbff4472330e3aa
(cherry picked from commit e9d814674b9c94d61b474f58633a75afb7d2a616)
-rw-r--r-- | java/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index a1ffe5a93..1797dc92c 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -33,7 +33,6 @@ <application android:label="@string/english_ime_name" android:icon="@drawable/ic_launcher_keyboard" - android:killAfterRestore="false" android:supportsRtl="true" android:allowBackup="true"> |