diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-06-24 20:08:36 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-06-24 20:30:24 -0700 |
commit | f22875368c9909a36c47575f2f8c08f2ba4da549 (patch) | |
tree | 7534c14a73937b38937dd3ca60d5fc90833d4a38 /AndroidManifest.xml | |
parent | 800c215fa89f913626510adc01bdb6b8f4dec041 (diff) | |
download | packages_apps_Trebuchet-f22875368c9909a36c47575f2f8c08f2ba4da549.tar.gz packages_apps_Trebuchet-f22875368c9909a36c47575f2f8c08f2ba4da549.tar.bz2 packages_apps_Trebuchet-f22875368c9909a36c47575f2f8c08f2ba4da549.zip |
Change name for home's uid to something more generic.
There are lots of things running under home's uid, so give it a more generic
name. Home no longer to blame for all the world's ills!
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a0d0e5c6d..72e486b7f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -21,7 +21,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.launcher" android:sharedUserId="android.uid.shared" - android:sharedUserLabel="@string/application_name"> + android:sharedUserLabel="@string/uid_name"> <permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" |