summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Tate <ctate@android.com>2009-08-13 14:35:11 -0700
committerChristopher Tate <ctate@android.com>2009-08-13 14:35:11 -0700
commit46b1e91b6e0ea440f822c160233ab8f501016f88 (patch)
treedcc9887f49a09119f9e4fbf968a78cd0703a870c
parent0a764ad6bbdab7976dfd0590342508441e3584fb (diff)
downloadandroid_packages_providers_UserDictionaryProvider-46b1e91b6e0ea440f822c160233ab8f501016f88.tar.gz
android_packages_providers_UserDictionaryProvider-46b1e91b6e0ea440f822c160233ab8f501016f88.tar.bz2
android_packages_providers_UserDictionaryProvider-46b1e91b6e0ea440f822c160233ab8f501016f88.zip
Add the BACKUP_DATA permission to the user dictionary package
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e4bbb9a..bb147c5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -18,6 +18,8 @@
package="com.android.providers.userdictionary"
android:sharedUserId="android.uid.shared">
+ <uses-permission android:name="android.permission.BACKUP_DATA" />
+
<application android:process="android.process.acore"
android:allowClearUserData="false"
android:backupAgent="DictionaryBackupAgent"