add READ_GSERVICES permission

Change-Id: If5e2d5566cfeb08141452e983c21bca56a6a08db
main
Doug Zongker 2010-01-27 14:32:42 -08:00
parent cf02653097
commit 4fc0193879
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.inputmethod.latin"
android:sharedUserId="android.uid.shared">
<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" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<application android:label="@string/english_ime_name"
android:backupAgent="LatinIMEBackupAgent"
@ -18,7 +19,7 @@
</intent-filter>
<meta-data android:name="android.view.im" android:resource="@xml/method" />
</service>
<activity android:name="LatinIMESettings" android:label="@string/english_ime_settings">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
@ -30,6 +31,6 @@
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>
</activity>
</activity>
</application>
</manifest>