am f2287536: Change name for home\'s uid to something more generic.

Merge commit 'f22875368c9909a36c47575f2f8c08f2ba4da549'

* commit 'f22875368c9909a36c47575f2f8c08f2ba4da549':
  Change name for home's uid to something more generic.
This commit is contained in:
Dianne Hackborn 2009-06-24 20:35:50 -07:00 committed by The Android Open Source Project
commit 5fda960ebe
2 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -22,6 +22,8 @@
<skip />
<!-- Application name -->
<string name="application_name">Home</string>
<!-- Name for all applications running as this uid. -->
<string name="uid_name">Android Core Apps</string>
<!-- Default folder name -->
<string name="folder_name">Folder</string>
<!-- Title of dialog that appears after user selects Wallpaper from menu -->