summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-02-12 23:46:59 -0600
committerJeff Hamilton <jham@android.com>2010-02-12 23:46:59 -0600
commit2fab6c4a27d9c9d3b86b8583b057298b60c444d3 (patch)
tree39288d6e2f0e232bcdf819248cf3c4625bef2b61
parentbae6e6fddb97f90cb1d71e748d5507f694356135 (diff)
downloadPinyinIME-2fab6c4a27d9c9d3b86b8583b057298b60c444d3.tar.gz
Add an original-package tag that matches the real package name.
Change-Id: Ic1a0b7eb8ac2cdda51c45c828c280f808a52246a
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e1ca30d..3380461 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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"