summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2012-07-30 14:23:39 -0700
committerNick Kralevich <nnk@google.com>2012-07-30 14:23:39 -0700
commit3c2ab0322d40a0eac3b482052532e27d20399f65 (patch)
tree1d79086bc759943d685d5bc8667bcc1056d44b96 /AndroidManifest.xml
parent3daac5e6dce87cf40e0d54fc062c36ae0b6f52d3 (diff)
downloadpackages_apps_browser-3c2ab0322d40a0eac3b482052532e27d20399f65.zip
packages_apps_browser-3c2ab0322d40a0eac3b482052532e27d20399f65.tar.gz
packages_apps_browser-3c2ab0322d40a0eac3b482052532e27d20399f65.tar.bz2
Explicitly export content providers
In a future version of Android, the default value for <provider android:exported> will change from true to false. Explicitly set android:exported="true" Bug: 3306452 Change-Id: Ic8adfe95ce0e8b5a33a8de4f5ac4f4ff184a67e8
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 1831462..d871dbf 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -57,6 +57,7 @@
<provider android:name=".provider.BrowserProvider2"
android:authorities="com.android.browser;browser"
android:multiprocess="false"
+ android:exported="true"
android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
android:writePermission="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS">
<path-permission android:path="/bookmarks/search_suggest_query"