summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-04-01 10:25:58 +0100
committerAlexandra Gherghina <alexgherghina@google.com>2014-04-01 10:25:58 +0100
commita168cc8e3b25b3a4d2c48f1a623ee3337d78e8f0 (patch)
tree826bb2588339f87a8c7d0eec4f4b420b9c78ac91
parent7871a62ee3373100f62f13db906bca9825d6fbe7 (diff)
downloadandroid_packages_apps_HTMLViewer-a168cc8e3b25b3a4d2c48f1a623ee3337d78e8f0.tar.gz
android_packages_apps_HTMLViewer-a168cc8e3b25b3a4d2c48f1a623ee3337d78e8f0.tar.bz2
android_packages_apps_HTMLViewer-a168cc8e3b25b3a4d2c48f1a623ee3337d78e8f0.zip
Mark HTMLViewer as required for all profikes
Change-Id: I12697be3b47c68ad94597c626a466f80b5c4427d
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 315a958..c1c6b7c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -22,7 +22,8 @@
<original-package android:name="com.android.htmlviewer" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <application android:label="@string/app_label">
+ <application android:label="@string/app_label"
+ android:requiredForProfile="all">
<activity android:name="HTMLViewerActivity" android:label="HTMLViewer"
android:theme="@android:style/Theme.Holo" >
<intent-filter>