diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-08-05 11:22:07 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-08-05 11:22:07 -0700 |
commit | 6094751b264df407f6bd92634be0c658c24b4f54 (patch) | |
tree | 369a4c4a5faf00c1a2e76f17230d7faa46f0adfc /res/values | |
parent | 5a423d58bcb8bcc617546f918a550ab11d5bef60 (diff) | |
download | packages_providers_ContactsProvider-6094751b264df407f6bd92634be0c658c24b4f54.zip packages_providers_ContactsProvider-6094751b264df407f6bd92634be0c658c24b4f54.tar.gz packages_providers_ContactsProvider-6094751b264df407f6bd92634be0c658c24b4f54.tar.bz2 |
The provider now contains the label for the acore process.
Change-Id: I8503aad9a7c283f661a2781e147033cfeb57c2bb
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7c8c76b..c7719ed 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -16,6 +16,9 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Label for this app's shared user ID (and thus for all other + apps sharing the uid). --> + <string name="sharedUserLabel">Android Core Apps</string> <!-- This is the label for the application that stores contacts data --> <string name="app_label">Contacts Storage</string> |