summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-11-05 16:42:25 -0500
committerJoe Onorato <joeo@android.com>2009-11-05 16:42:25 -0500
commit24a40dc28e3fae137add8ef457895ba378a0776b (patch)
treed1cbe805f82bf1c4084a94b527b68cad143bc429 /AndroidManifest.xml
parent2d8047699768b1487323ee4603f91268df490d60 (diff)
downloadandroid_packages_apps_Trebuchet-24a40dc28e3fae137add8ef457895ba378a0776b.tar.gz
android_packages_apps_Trebuchet-24a40dc28e3fae137add8ef457895ba378a0776b.tar.bz2
android_packages_apps_Trebuchet-24a40dc28e3fae137add8ef457895ba378a0776b.zip
Put launcher2 back into its own process. bug 2241963
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d2dae8887..fce42308d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,8 +20,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher2"
- android:sharedUserId="android.uid.shared"
- android:sharedUserLabel="@string/uid_name">
+ >
<permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
@@ -62,7 +61,6 @@
<application
android:name="LauncherApplication"
- android:process="android.process.acore"
android:label="@string/application_name"
android:icon="@drawable/ic_launcher_home">