summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-02-11 16:25:50 -0600
committerJeff Hamilton <jham@android.com>2010-02-11 16:25:50 -0600
commit8bb1d6f0377a56cc2e989981be9bfd3c8b00c57c (patch)
tree4eafff3cdd0bb381cd881310144dbdbe166813e2 /AndroidManifest.xml
parentb666c6cfdf5d240ed4c8067acf81047a9673a66b (diff)
downloadHTMLViewer-8bb1d6f0377a56cc2e989981be9bfd3c8b00c57c.tar.gz
Add an original-package tag that matches the real package name.
Change-Id: I045345b37ea44a831226dfafc83c5c03ded3232f
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 02d9baa..ed0570b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,6 +20,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.htmlviewer">
+ <original-package android:name="com.android.htmlviewer" />
+
<application android:label="@string/app_label">
<activity android:name="HTMLViewerActivity" android:label="HTMLViewer"
android:theme="@android:style/Theme.Light" >