diff options
author | 2009-08-13 14:32:54 -0700 | |
---|---|---|
committer | 2009-08-13 18:33:32 -0700 | |
commit | 9a66cd81e7d97fc9a066118606fdf00af35b62c0 (patch) | |
tree | ac17054ba33b6af432271e56ec25bde95b884f91 | |
parent | f51d16a4aa32e71c5b072f2c80db5b8bd7de81ff (diff) | |
download | latinime-9a66cd81e7d97fc9a066118606fdf00af35b62c0.tar.gz latinime-9a66cd81e7d97fc9a066118606fdf00af35b62c0.tar.xz latinime-9a66cd81e7d97fc9a066118606fdf00af35b62c0.zip |
Add the BACKUP_DATA permission to the LatinIME package
-rwxr-xr-x | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5222ba5f4..775343463 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4,6 +4,7 @@ <uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.READ_USER_DICTIONARY" /> <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" /> + <uses-permission android:name="android.permission.BACKUP_DATA" /> <application android:label="@string/english_ime_name" android:backupAgent="LatinIMEBackupAgent"> |