Don't kill the IME after a restore

main
Christopher Tate 2009-09-01 21:16:19 -07:00
parent e3803800c5
commit f265392f7f
1 changed files with 2 additions and 1 deletions

View File

@ -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"