diff --git a/Android.mk b/Android.mk index 1bcd41297a..528e840490 100644 --- a/Android.mk +++ b/Android.mk @@ -14,21 +14,6 @@ # limitations under the License. # -###################################################### -# -# WARNING -# -# /\ -# /||\ -# / || \ -# / \ -# / || \ -# /__________\ -# -# Change the LOCAL_CERTIFICATE back to shared -# -###################################################### - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -37,8 +22,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_PACKAGE_NAME := Launcher2 -LOCAL_CERTIFICATE := platform -# LOCAL_CERTIFICATE := shared +LOCAL_CERTIFICATE := shared LOCAL_OVERRIDES_PACKAGES := Launcher diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dfbafdebf2..d2dae88875 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,11 +17,12 @@ ** limitations under the License. */ --> - - + package="com.android.launcher2" + android:sharedUserId="android.uid.shared" + android:sharedUserLabel="@string/uid_name"> + - - - - - @@ -97,19 +92,6 @@ - - - - - - - - - - - - - - - - - - - - - - - -