summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-02-11 16:25:53 -0600
committerJeff Hamilton <jham@android.com>2010-02-11 16:25:53 -0600
commit75c5c6e63b960aea444211c984e21699b8bdca76 (patch)
tree0918d889aa73bdb2bab05c677fe71227b95d1b76 /AndroidManifest.xml
parent9e2be6f4eeaefbd4393c2e128a517efdb1fe0741 (diff)
downloadStk-75c5c6e63b960aea444211c984e21699b8bdca76.tar.gz
Add an original-package tag that matches the real package name.
Change-Id: Ic44096b59794016a3566aa5d67809e55a6f71212
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b3eae21..a54826e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,6 +19,8 @@
package="com.android.stk"
android:sharedUserId="android.uid.phone">
+ <original-package android:name="com.android.stk" />
+
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application android:icon="@drawable/ic_launcher_sim_toolkit"