summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2009-08-18 12:09:50 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-08-18 12:09:50 -0700
commit75ae068c90d0e806f307378c4f59f95840682bb1 (patch)
treea673848d0f9825bf26ac74943cce585d56297f71
parent718aaa33fc245bf6d0882b5ab1ca589b57790e2a (diff)
parente1b016a8ce9133e74e1119aa9232ddce5a7be1e9 (diff)
downloadGoogleContactsProvider-75ae068c90d0e806f307378c4f59f95840682bb1.tar.gz
am e1b016a8: make syncadapter set whether the account is syncable
Merge commit 'e1b016a8ce9133e74e1119aa9232ddce5a7be1e9' * commit 'e1b016a8ce9133e74e1119aa9232ddce5a7be1e9': 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" />