Add an original-package tag that matches the real package name.

Change-Id: I48ca7999e19e703208092e6a6f80b0b67faa1757
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f90f005..d305737 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -22,6 +22,8 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.android.wallpaper.livepicker">
 
+    <original-package android:name="com.android.wallpaper.livepicker" />
+
     <uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />
     <uses-permission android:name="android.permission.BIND_WALLPAPER" />