diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 7 |
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> |