clean up the too many deletes dialog
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4dacf09..5aa0b68 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,7 +19,7 @@
<provider android:name="ContactsProvider2"
android:authorities="contacts;com.android.contacts"
- android:syncable="false"
+ android:label="@string/provider_label"
android:multiprocess="false"
android:readPermission="android.permission.READ_CONTACTS"
android:writePermission="android.permission.WRITE_CONTACTS">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ac119ed..d519970 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -20,4 +20,6 @@
<!-- This is the label for the application that stores contacts data -->
<string name="app_label">Contacts Storage</string>
+ <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
+ <string name="provider_label">Contacts</string>
</resources>