summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9585043..7eab984 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -18,7 +18,13 @@
package="com.android.providers.userdictionary"
android:sharedUserId="android.uid.shared">
- <application android:process="android.process.acore">
+ <uses-permission android:name="android.permission.BACKUP_DATA" />
+
+ <application android:process="android.process.acore"
+ android:allowClearUserData="false"
+ android:backupAgent="DictionaryBackupAgent"
+ android:killAfterRestore="false"
+ >
<provider android:name="UserDictionaryProvider" android:authorities="user_dictionary"
android:syncable="false" android:multiprocess="false"
android:readPermission="android.permission.READ_USER_DICTIONARY"