The provider now contains the label for the acore process.

Change-Id: I8503aad9a7c283f661a2781e147033cfeb57c2bb
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b19d839..e8557a3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,6 +1,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
         package="com.android.providers.contacts"
-        android:sharedUserId="android.uid.shared">
+        android:sharedUserId="android.uid.shared"
+        android:sharedUserLabel="@string/sharedUserLabel">
 
     <permission
             android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL"