summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk1
-rw-r--r--AndroidManifest.xml4
2 files changed, 1 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 528e84049..a9fa30a8e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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
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">