Add the BACKUP_DATA permission to the LatinIME package

main
Christopher Tate 2009-08-13 14:32:54 -07:00 committed by Jean-Baptiste Queru
parent f51d16a4aa
commit 9a66cd81e7
1 changed files with 1 additions and 0 deletions

View File

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