aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Tate <ctate@android.com>2009-09-01 21:16:19 -0700
committerChristopher Tate <ctate@android.com>2009-09-01 21:16:19 -0700
commitf265392f7fd3705c9c00fad72f938bb9f8565306 (patch)
tree1c7a5edcacb212921df9642d46f5825fdbc0fd89
parente3803800c53cc813e27dd1e7c31bdb4d075f0252 (diff)
downloadlatinime-f265392f7fd3705c9c00fad72f938bb9f8565306.tar.gz
latinime-f265392f7fd3705c9c00fad72f938bb9f8565306.tar.xz
latinime-f265392f7fd3705c9c00fad72f938bb9f8565306.zip
Don't kill the IME after a restore
-rwxr-xr-xAndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 775343463..697dce28a 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -7,7 +7,8 @@
<uses-permission android:name="android.permission.BACKUP_DATA" />
<application android:label="@string/english_ime_name"
- android:backupAgent="LatinIMEBackupAgent">
+ android:backupAgent="LatinIMEBackupAgent"
+ android:killAfterRestore="false">
<service android:name="LatinIME"
android:label="@string/english_ime_name"