aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-08-05 11:22:07 -0700
committerDianne Hackborn <hackbod@google.com>2011-08-05 11:22:07 -0700
commit6094751b264df407f6bd92634be0c658c24b4f54 (patch)
tree369a4c4a5faf00c1a2e76f17230d7faa46f0adfc /AndroidManifest.xml
parent5a423d58bcb8bcc617546f918a550ab11d5bef60 (diff)
downloadContactsProvider-6094751b264df407f6bd92634be0c658c24b4f54.tar.gz
The provider now contains the label for the acore process.
Change-Id: I8503aad9a7c283f661a2781e147033cfeb57c2bb
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b19d8396..e8557a3c 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"