aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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"