summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2010-11-22 14:20:44 -0500
committerPatrick Scott <phanna@android.com>2010-11-22 14:42:48 -0500
commit4a52a6e550253c5e2648141fdec7918094a50dcc (patch)
tree9474e9be5512470cf4e7629b2eae72052c83614d /AndroidManifest.xml
parent242decf0f94b015347618cef42eae9bcc4948ff6 (diff)
downloadHTMLViewer-4a52a6e550253c5e2648141fdec7918094a50dcc.tar.gz
Hide the content provider and enforce the calling identity.android-cts-2.3_r1android-2.3_r1android-2.3.2_r1android-2.3.1_r1
Bug: 3215801 Change-Id: Iee444f04141c3f35127cfc264d418ce7d8f1c617
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ed0570b..e7398ec 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -38,6 +38,7 @@
</activity>
<provider android:name="FileContentProvider"
+ android:exported="false"
android:authorities="com.android.htmlfileprovider"
android:syncable="false" android:multiprocess="false"
android:grantUriPermissions="true" />