Loading AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading