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!
This commit is contained in:
parent
800c215fa8
commit
f22875368c
|
@ -21,7 +21,7 @@
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.launcher"
|
package="com.android.launcher"
|
||||||
android:sharedUserId="android.uid.shared"
|
android:sharedUserId="android.uid.shared"
|
||||||
android:sharedUserLabel="@string/application_name">
|
android:sharedUserLabel="@string/uid_name">
|
||||||
|
|
||||||
<permission
|
<permission
|
||||||
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
|
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
<skip />
|
<skip />
|
||||||
<!-- Application name -->
|
<!-- Application name -->
|
||||||
<string name="application_name">Home</string>
|
<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 -->
|
<!-- Default folder name -->
|
||||||
<string name="folder_name">Folder</string>
|
<string name="folder_name">Folder</string>
|
||||||
<!-- Title of dialog that appears after user selects Wallpaper from menu -->
|
<!-- Title of dialog that appears after user selects Wallpaper from menu -->
|
||||||
|
|
Loading…
Reference in New Issue