summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2009-08-17 15:56:53 -0700
committerFred Quintana <fredq@google.com>2009-08-17 15:56:53 -0700
commite1b016a8ce9133e74e1119aa9232ddce5a7be1e9 (patch)
treea673848d0f9825bf26ac74943cce585d56297f71
parent1cceac6431729061a9957e4f0d6723f5d09ccaab (diff)
downloadGoogleContactsProvider-e1b016a8ce9133e74e1119aa9232ddce5a7be1e9.tar.gz
make syncadapter set whether the account is syncable
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a315cf0..a66809f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,6 +6,8 @@
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_SYNC_STATS" />
+ <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
+ <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" />