summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-01-11 10:26:02 -0800
committerJohn Reck <jreck@google.com>2011-01-11 15:17:22 -0800
commitbafe58a83ade9cfa5c91e7033fae2d08a64603e8 (patch)
tree2b186ea38895f7cd694a711d757626329090cb2e /AndroidManifest.xml
parent1605bef4e1f99805a801308f97ade622b907dc7a (diff)
downloadpackages_apps_Browser-bafe58a83ade9cfa5c91e7033fae2d08a64603e8.zip
packages_apps_Browser-bafe58a83ade9cfa5c91e7033fae2d08a64603e8.tar.gz
packages_apps_Browser-bafe58a83ade9cfa5c91e7033fae2d08a64603e8.tar.bz2
Most Visited custom homepage
Change-Id: Ic57762855e5d187aa0fe3a8eab2757b5a76ff08d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5b844e0..9ceaf82 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -223,6 +223,13 @@
<action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/>
</intent-filter>
</receiver>
+
+ <!-- For custom home pages (like most visited) -->
+ <provider
+ android:name=".homepages.HomeProvider"
+ android:authorities="com.android.browser.home"
+ android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
+ android:exported="false" />
</application>
</manifest>