Add live wallpapers picker to Launcher2. This is temporary.
This change requires changing the signature and shared user id of Launcher2, we
will have to revert this once we move the wallpapers picker back to Settings.
diff --git a/Android.mk b/Android.mk
index 73ef035..062ebf5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,21 @@
# limitations under the License.
#
+######################################################
+#
+# WARNING
+#
+# /\
+# /||\
+# / || \
+# / \
+# / || \
+# /__________\
+#
+# Change the LOCAL_CERTIFICATE back to shared
+#
+######################################################
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -22,7 +37,8 @@
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := Launcher2
-LOCAL_CERTIFICATE := shared
+LOCAL_CERTIFICATE := platform
+#LOCAL_CERTIFICATE := shared
#LOCAL_OVERRIDES_PACKAGES := Home