OSDN Git Service

Put launcher2 back into its own process. bug 2241963
authorJoe Onorato <joeo@android.com>
Thu, 5 Nov 2009 21:42:25 +0000 (16:42 -0500)
committerJoe Onorato <joeo@android.com>
Thu, 5 Nov 2009 21:42:25 +0000 (16:42 -0500)
Android.mk
AndroidManifest.xml

index 528e840..a9fa30a 100644 (file)
@@ -22,7 +22,6 @@ include $(CLEAR_VARS)
 LOCAL_SRC_FILES := $(call all-subdir-java-files)
 
 LOCAL_PACKAGE_NAME := Launcher2
-LOCAL_CERTIFICATE := shared
 
 LOCAL_OVERRIDES_PACKAGES := Launcher
 
index d2dae88..fce4230 100644 (file)
@@ -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">