OSDN Git Service

Add an original-package tag that matches the real package name.
authorJeff Hamilton <jham@android.com>
Sat, 13 Feb 2010 05:46:59 +0000 (23:46 -0600)
committerJeff Hamilton <jham@android.com>
Sat, 13 Feb 2010 05:46:59 +0000 (23:46 -0600)
Change-Id: Ic1a0b7eb8ac2cdda51c45c828c280f808a52246a

AndroidManifest.xml

index e1ca30d..3380461 100644 (file)
@@ -16,6 +16,9 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.android.inputmethod.pinyin"
     android:sharedUserId="android.uid.shared">
+
+        <original-package android:name="com.android.inputmethod.pinyin" />
+
         <uses-permission android:name="android.permission.VIBRATE"/>
 
         <application android:icon="@drawable/app_icon"