summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Miller <paulmiller@google.com>2015-07-29 22:26:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-29 22:26:15 +0000
commite815e6e83d718ff0d5f442a8da2bfbdb4bb12224 (patch)
tree4931cb1a01b1032aaf2ce7b4b2c3921e95690902
parent24bf3240373cab4ad4f67f9f0e384c9be15aad42 (diff)
parentcb9cab2375e43361903878857ff967580bb8df43 (diff)
downloadBookmarkProvider-e815e6e83d718ff0d5f442a8da2bfbdb4bb12224.tar.gz
am cb9cab23: Remove com.android.chrome.browser authority
* commit 'cb9cab2375e43361903878857ff967580bb8df43': Remove com.android.chrome.browser authority
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 91d4700..bd61e9c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,7 +19,7 @@
android:icon="@mipmap/ic_launcher_shortcut_browser_bookmark" >
<provider android:name=".BookmarkProvider"
- android:authorities="com.android.browser;browser;com.android.chrome.browser"
+ android:authorities="com.android.browser;browser"
android:multiprocess="false"
android:exported="true">
</provider>