The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 1 | <!-- |
Leon Scroggins | b6b7f9e | 2009-06-18 12:05:28 -0400 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2006, The Android Open Source Project |
| 4 | * |
| 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | * you may not use this file except in compliance with the License. |
| 7 | * You may obtain a copy of the License at |
| 8 | * |
| 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | * |
| 11 | * Unless required by applicable law or agreed to in writing, software |
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | * See the License for the specific language governing permissions and |
| 15 | * limitations under the License. |
| 16 | */ |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 17 | --> |
| 18 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 19 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.browser"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 20 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 21 | <original-package android:name="com.android.browser" /> |
Jeff Hamilton | 660d285 | 2010-02-11 16:25:47 -0600 | [diff] [blame] | 22 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 23 | <permission android:name="com.android.browser.permission.PRELOAD" |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 24 | android:label="@string/permission_preload_label" |
| 25 | android:protectionLevel="signatureOrSystem" /> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 26 | <permission android:name="com.android.browser.permission.INITIALIZE_DATABASE" |
| 27 | android:protectionLevel="signatureOrSystem" /> |
| 28 | <permission android:name="org.chromium.content_shell.permission.SANDBOX" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 29 | android:protectionLevel="signatureOrSystem" /> |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 30 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
| 32 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER"/> |
| 33 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
| 34 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
| 35 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.GET_ACCOUNTS"/> |
Patrick Scott | d05faa6 | 2010-12-16 09:15:34 -0500 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.USE_CREDENTIALS"/> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.INTERNET" /> |
Martijn Coenen | b2f9355 | 2011-06-14 10:48:35 +0200 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.NFC" /> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS" /> |
Ben Murdoch | 4f75ba2 | 2009-10-27 11:48:28 +0000 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.WAKE_LOCK"/> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame^] | 43 | <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" /> |
Grace Kloba | 4d7880f | 2009-08-12 09:35:42 -0700 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Bjorn Bringert | d69f51d | 2010-09-13 14:06:41 +0100 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
John Reck | 267b6af | 2011-01-19 10:15:47 -0800 | [diff] [blame] | 46 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
John Reck | 7726377 | 2011-02-10 13:57:30 -0800 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
Ben Murdoch | 3d6c719 | 2011-10-27 18:04:58 +0100 | [diff] [blame] | 49 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
| 50 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
Leon Scroggins | 04b2e8e | 2009-07-27 11:07:09 -0400 | [diff] [blame] | 51 | <uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"/> |
| 52 | <uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"/> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 53 | <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 54 | <uses-permission android:name="com.android.browser.permission.READ_HOMEPAGE" /> |
| 55 | <uses-permission android:name="com.android.browser.permission.WRITE_HOMEPAGE" /> |
| 56 | <uses-permission android:name="com.android.browser.permission.INITIALIZE_DATABASE"/> |
| 57 | <uses-permission android:name="android.permission.VIBRATE"/> |
| 58 | <uses-permission android:name="android.permission.RECORD_AUDIO"/> |
| 59 | <uses-permission android:name="android.permission.READ_PHONE_STATE"/> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 60 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 61 | <application android:name="Browser" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 62 | android:label="@string/application_name" |
Ying Wang | 79697cb | 2010-11-23 11:17:46 -0800 | [diff] [blame] | 63 | android:icon="@mipmap/ic_launcher_browser" |
Christopher Tate | de6f131 | 2009-07-07 13:11:41 -0700 | [diff] [blame] | 64 | android:backupAgent=".BrowserBackupAgent" |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame^] | 65 | android:hardwareAccelerated="true" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 66 | android:taskAffinity="android.task.browser" > |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 67 | |
qqzhou | e6ff8b4 | 2013-07-23 17:28:48 +0800 | [diff] [blame] | 68 | <uses-library android:name="com.qrd.useragent" |
| 69 | android:required="false" /> |
| 70 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 71 | <provider android:name=".provider.BrowserProvider2" |
| 72 | android:authorities="com.android.browser;browser" |
John Reck | a32575d | 2012-03-01 13:13:44 -0800 | [diff] [blame] | 73 | android:multiprocess="false" |
Nick Kralevich | 3c2ab03 | 2012-07-30 14:23:39 -0700 | [diff] [blame] | 74 | android:exported="true" |
Jeff Hamilton | 8402962 | 2010-08-05 14:29:28 -0500 | [diff] [blame] | 75 | android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS" |
| 76 | android:writePermission="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"> |
| 77 | <path-permission android:path="/bookmarks/search_suggest_query" |
| 78 | android:readPermission="android.permission.GLOBAL_SEARCH" /> |
kayiz | a58e6fb | 2013-10-10 13:47:28 +0800 | [diff] [blame] | 79 | <path-permission android:path="/homepage" |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 80 | android:readPermission="com.android.browser.permission.READ_HOMEPAGE" |
| 81 | android:writePermission="com.android.browser.permission.WRITE_HOMEPAGE" /> |
Jeff Hamilton | 8402962 | 2010-08-05 14:29:28 -0500 | [diff] [blame] | 82 | </provider> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 83 | <activity android:name="BrowserActivity" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 84 | android:label="@string/application_name" |
| 85 | android:launchMode="singleTask" |
| 86 | android:alwaysRetainTaskState="true" |
Michael Kolb | 18f252f | 2012-03-06 13:36:20 -0800 | [diff] [blame] | 87 | android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" |
Derek Sollenberger | fe7f3f5 | 2009-12-18 08:59:22 -0500 | [diff] [blame] | 88 | android:theme="@style/BrowserTheme" |
| 89 | android:windowSoftInputMode="adjustResize" > |
Leon Scroggins | 58d56c6 | 2010-01-28 15:12:40 -0500 | [diff] [blame] | 90 | <intent-filter> |
| 91 | <action android:name="android.speech.action.VOICE_SEARCH_RESULTS" /> |
| 92 | <category android:name="android.intent.category.DEFAULT" /> |
| 93 | </intent-filter> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 94 | <!-- For these schemes were not particular MIME type has been |
| 95 | supplied, we are a good candidate. --> |
| 96 | <intent-filter> |
| 97 | <action android:name="android.intent.action.VIEW" /> |
| 98 | <category android:name="android.intent.category.DEFAULT" /> |
| 99 | <category android:name="android.intent.category.BROWSABLE" /> |
| 100 | <data android:scheme="http" /> |
| 101 | <data android:scheme="https" /> |
| 102 | <data android:scheme="about" /> |
Leon Scroggins | 1ae92f9 | 2009-09-15 17:33:20 -0400 | [diff] [blame] | 103 | <data android:scheme="javascript" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 104 | </intent-filter> |
| 105 | <!-- For these schemes where any of these particular MIME types |
| 106 | have been supplied, we are a good candidate. --> |
| 107 | <intent-filter> |
| 108 | <action android:name="android.intent.action.VIEW" /> |
| 109 | <category android:name="android.intent.category.BROWSABLE" /> |
| 110 | <category android:name="android.intent.category.DEFAULT" /> |
| 111 | <data android:scheme="http" /> |
| 112 | <data android:scheme="https" /> |
Mitsuru Oshima | 25ad8ab | 2009-06-10 16:26:07 -0700 | [diff] [blame] | 113 | <data android:scheme="inline" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 114 | <data android:mimeType="text/html"/> |
| 115 | <data android:mimeType="text/plain"/> |
| 116 | <data android:mimeType="application/xhtml+xml"/> |
| 117 | <data android:mimeType="application/vnd.wap.xhtml+xml"/> |
| 118 | </intent-filter> |
Elliott Slaughter | 0ced08c | 2010-06-30 11:40:42 -0700 | [diff] [blame] | 119 | <!-- For viewing saved web archives. --> |
| 120 | <intent-filter> |
| 121 | <action android:name="android.intent.action.VIEW" /> |
| 122 | <category android:name="android.intent.category.BROWSABLE" /> |
| 123 | <category android:name="android.intent.category.DEFAULT" /> |
| 124 | <data android:scheme="http" /> |
| 125 | <data android:scheme="https" /> |
| 126 | <data android:scheme="file" /> |
| 127 | <data android:mimeType="application/x-webarchive-xml"/> |
| 128 | </intent-filter> |
Jeff Hamilton | fd77aaa | 2011-06-17 16:19:33 -0500 | [diff] [blame] | 129 | <!-- Accept inbound NFC URLs at a low priority --> |
| 130 | <intent-filter android:priority="-101"> |
| 131 | <action android:name="android.nfc.action.NDEF_DISCOVERED" /> |
| 132 | <category android:name="android.intent.category.DEFAULT" /> |
| 133 | <data android:scheme="http" /> |
| 134 | <data android:scheme="https" /> |
| 135 | </intent-filter> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 136 | <!-- We are also the main entry point of the browser. --> |
| 137 | <intent-filter> |
| 138 | <action android:name="android.intent.action.MAIN" /> |
| 139 | <category android:name="android.intent.category.DEFAULT" /> |
| 140 | <category android:name="android.intent.category.LAUNCHER" /> |
| 141 | <category android:name="android.intent.category.BROWSABLE" /> |
Jeff Brown | 6af55fa | 2011-11-28 16:32:57 -0800 | [diff] [blame] | 142 | <category android:name="android.intent.category.APP_BROWSER" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 143 | </intent-filter> |
| 144 | <!-- The maps app is a much better experience, so it's not |
| 145 | worth having this at all... especially for a demo! |
| 146 | <intent-filter android:label="Map In Browser"> |
| 147 | <action android:name="android.intent.action.VIEW" /> |
| 148 | <category android:name="android.intent.category.DEFAULT" /> |
| 149 | <data android:mimeType="vnd.android.cursor.item/postal-address" /> |
| 150 | </intent-filter> |
| 151 | --> |
| 152 | <intent-filter> |
| 153 | <action android:name="android.intent.action.WEB_SEARCH" /> |
| 154 | <category android:name="android.intent.category.DEFAULT" /> |
| 155 | <category android:name="android.intent.category.BROWSABLE" /> |
| 156 | <data android:scheme="" /> |
| 157 | <data android:scheme="http" /> |
| 158 | <data android:scheme="https" /> |
| 159 | </intent-filter> |
| 160 | <intent-filter> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 161 | <action android:name="android.intent.action.MEDIA_SEARCH" /> |
| 162 | <category android:name="android.intent.category.DEFAULT" /> |
| 163 | </intent-filter> |
| 164 | <intent-filter> |
| 165 | <action android:name="android.intent.action.SEARCH" /> |
| 166 | <category android:name="android.intent.category.DEFAULT" /> |
| 167 | </intent-filter> |
| 168 | <meta-data android:name="android.app.searchable" |
| 169 | android:resource="@xml/searchable" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 170 | </activity> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 171 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 172 | <activity android:name="ShortcutActivity" |
Michael Kolb | 801ecb7 | 2010-08-25 12:57:38 -0700 | [diff] [blame] | 173 | android:theme="@style/ShortcutTheme" |
Romain Guy | db6c391 | 2009-03-24 18:08:40 -0700 | [diff] [blame] | 174 | android:label="@string/shortcut_bookmark" |
Ying Wang | 79697cb | 2010-11-23 11:17:46 -0800 | [diff] [blame] | 175 | android:icon="@mipmap/ic_launcher_shortcut_browser_bookmark"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 176 | <intent-filter> |
| 177 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 178 | <category android:name="android.intent.category.DEFAULT" /> |
| 179 | </intent-filter> |
Michael Kolb | 801ecb7 | 2010-08-25 12:57:38 -0700 | [diff] [blame] | 180 | </activity> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 181 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 182 | <activity android:name="BrowserPreferencesPage" android:label="@string/menu_preferences"> |
John Reck | 7b182d7 | 2011-07-08 10:30:53 -0700 | [diff] [blame] | 183 | <intent-filter> |
| 184 | <action android:name="android.intent.action.MANAGE_NETWORK_USAGE" /> |
| 185 | <category android:name="android.intent.category.DEFAULT" /> |
| 186 | </intent-filter> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 187 | </activity> |
| 188 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 189 | <activity android:name="BookmarkSearch" |
Bjorn Bringert | e90ede4 | 2009-04-29 22:33:52 +0100 | [diff] [blame] | 190 | android:label="@string/bookmarks_search" |
| 191 | android:stateNotNeeded="true" |
| 192 | android:theme="@android:style/Theme.NoDisplay" |
| 193 | android:excludeFromRecents="true"> |
| 194 | <intent-filter> |
| 195 | <action android:name="android.intent.action.SEARCH" /> |
| 196 | <category android:name="android.intent.category.DEFAULT" /> |
| 197 | </intent-filter> |
| 198 | <meta-data android:name="android.app.searchable" |
| 199 | android:resource="@xml/bookmarks_searchable" /> |
| 200 | </activity> |
| 201 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 202 | <activity android:name="AddBookmarkPage" android:label="@string/bookmarks_add_page" |
John Reck | 9d27ff5 | 2011-02-11 17:47:54 -0800 | [diff] [blame] | 203 | android:theme="@style/DialogWhenLarge" |
John Reck | af58d39 | 2012-05-22 17:47:06 -0700 | [diff] [blame] | 204 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 205 | android:windowSoftInputMode="adjustResize"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 206 | <intent-filter> |
| 207 | <action android:name="android.intent.action.INSERT" /> |
| 208 | <category android:name="android.intent.category.DEFAULT" /> |
| 209 | <data android:mimeType="vnd.android.cursor.dir/bookmark"/> |
| 210 | </intent-filter> |
| 211 | </activity> |
| 212 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 213 | <activity android:name="DownloadSettings" android:label="@string/download_settings_title" |
luxiaol | 62677b0 | 2013-07-22 07:54:49 +0800 | [diff] [blame] | 214 | android:theme="@style/DialogWhenLarge" |
| 215 | android:launchMode="singleTask" |
| 216 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 217 | android:windowSoftInputMode="adjustResize"> |
| 218 | <intent-filter> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame^] | 219 | <action android:name="android.intent.action.BROWSERDOWNLOAD" /> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 220 | <category android:name="android.intent.category.DEFAULT" /> |
luxiaol | 62677b0 | 2013-07-22 07:54:49 +0800 | [diff] [blame] | 221 | </intent-filter> |
| 222 | </activity> |
John Reck | d3e4d5b | 2011-07-13 15:48:43 -0700 | [diff] [blame] | 223 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 224 | <!-- For creating new folder in bookmarks page --> |
| 225 | <activity android:name="AddBookmarkFolder" android:label="@string/save_bookmark_folder" |
luxiaol | dbe4a62 | 2013-07-19 17:14:06 +0800 | [diff] [blame] | 226 | android:theme="@style/DialogWhenLarge" |
| 227 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame^] | 228 | <intent-filter> |
| 229 | <category android:name="android.intent.category.DEFAULT" /> |
| 230 | <data android:mimeType="vnd.android.cursor.dir/bookmark"/> |
| 231 | </intent-filter> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 232 | </activity> |
| 233 | |
| 234 | <activity android:name="ComboViewActivity"> |
luxiaol | dbe4a62 | 2013-07-19 17:14:06 +0800 | [diff] [blame] | 235 | </activity> |
| 236 | |
John Reck | 1537b77 | 2011-01-11 15:36:01 -0800 | [diff] [blame] | 237 | <!-- Bookmark thumbnail homescreen widget --> |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 238 | <receiver |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 239 | android:name=".widget.BookmarkThumbnailWidgetProvider" |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 240 | android:label="@string/bookmarks"> |
| 241 | <intent-filter> |
| 242 | <action |
| 243 | android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
John Reck | df63d2f | 2010-10-29 11:42:55 -0700 | [diff] [blame] | 244 | <action |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 245 | android:name="com.android.browser.BOOKMARK_APPWIDGET_UPDATE" /> |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 246 | </intent-filter> |
| 247 | <meta-data |
| 248 | android:name="android.appwidget.provider" |
John Reck | 1537b77 | 2011-01-11 15:36:01 -0800 | [diff] [blame] | 249 | android:resource="@xml/bookmarkthumbnailwidget_info" /> |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 250 | </receiver> |
| 251 | <service |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 252 | android:name=".widget.BookmarkThumbnailWidgetService" |
Winson Chung | 899cdf4 | 2011-01-18 15:24:44 -0800 | [diff] [blame] | 253 | android:permission="android.permission.BIND_REMOTEVIEWS" |
| 254 | android:exported="false" /> |
John Reck | 99c6d33 | 2011-02-01 12:57:06 -0800 | [diff] [blame] | 255 | <receiver |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 256 | android:name=".widget.BookmarkWidgetProxy" |
John Reck | 99c6d33 | 2011-02-01 12:57:06 -0800 | [diff] [blame] | 257 | android:exported="false" /> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 258 | <activity android:name=".widget.BookmarkWidgetConfigure" |
John Reck | 9b8cd1e | 2011-05-25 18:14:01 -0700 | [diff] [blame] | 259 | android:theme="@android:style/Theme.Holo.DialogWhenLarge"> |
| 260 | <intent-filter> |
| 261 | <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/> |
| 262 | </intent-filter> |
| 263 | </activity> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame^] | 264 | <!-- add or edit my navigation activity --> |
| 265 | <activity android:name=".mynavigation.AddMyNavigationPage" |
| 266 | android:label="@string/my_navigation_page_title" |
| 267 | android:configChanges="orientation|keyboardHidden" |
| 268 | android:windowSoftInputMode="stateHidden"> |
| 269 | </activity> |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 270 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 271 | <!-- Makes .BrowserActivity the search target for any activity in Browser --> |
| 272 | <meta-data android:name="android.app.default_searchable" android:value=".BrowserActivity" /> |
| 273 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 274 | <receiver android:name=".OpenDownloadReceiver"> |
Leon Scroggins | fedc493 | 2010-01-26 14:15:01 -0500 | [diff] [blame] | 275 | <intent-filter> |
| 276 | <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/> |
Leon Scroggins | fedc493 | 2010-01-26 14:15:01 -0500 | [diff] [blame] | 277 | </intent-filter> |
| 278 | </receiver> |
John Reck | bafe58a | 2011-01-11 10:26:02 -0800 | [diff] [blame] | 279 | |
| 280 | <!-- For custom home pages (like most visited) --> |
| 281 | <provider |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 282 | android:name=".homepages.HomeProvider" |
| 283 | android:authorities="com.android.browser.home" |
yanglv | 960bcd6 | 2013-10-23 16:40:25 +0800 | [diff] [blame] | 284 | android:grantUriPermissions="true" |
John Reck | bafe58a | 2011-01-11 10:26:02 -0800 | [diff] [blame] | 285 | android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS" |
| 286 | android:exported="false" /> |
John Reck | 267b6af | 2011-01-19 10:15:47 -0800 | [diff] [blame] | 287 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 288 | <receiver android:name=".AccountsChangedReceiver"> |
John Reck | 5a77537 | 2011-06-17 14:27:24 -0700 | [diff] [blame] | 289 | <intent-filter> |
| 290 | <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" /> |
| 291 | </intent-filter> |
| 292 | </receiver> |
| 293 | |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame^] | 294 | <receiver android:name=".MessagesReceiver"> |
| 295 | <intent-filter> |
| 296 | <action android:name="com.android.mms.transaction.MESSAGE_RECEIVED" /> |
| 297 | </intent-filter> |
| 298 | </receiver> |
| 299 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 300 | <receiver android:name=".PreloadRequestReceiver" |
| 301 | android:permission="com.android.browser.permission.PRELOAD" > |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 302 | <intent-filter> |
| 303 | <action android:name="android.intent.action.PRELOAD"/> |
| 304 | <data android:scheme="http" /> |
| 305 | </intent-filter> |
| 306 | </receiver> |
| 307 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 308 | <provider android:name=".provider.SnapshotProvider" |
| 309 | android:authorities="com.android.browser.snapshots" |
John Reck | 8cc9235 | 2011-07-06 17:41:52 -0700 | [diff] [blame] | 310 | android:exported="false" /> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame^] | 311 | <provider |
| 312 | android:name=".provider.MyNavigationProvider" |
| 313 | android:authorities="com.android.browser.mynavigation" |
| 314 | android:exported="false" /> |
John Reck | 8cc9235 | 2011-07-06 17:41:52 -0700 | [diff] [blame] | 315 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 316 | <service android:name="org.chromium.content.app.SandboxedProcessService0" |
| 317 | android:process=":sandboxed_process0" |
| 318 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 319 | android:isolatedProcess="true" |
| 320 | android:exported="false" /> |
| 321 | <service android:name="org.chromium.content.app.SandboxedProcessService1" |
| 322 | android:process=":sandboxed_process1" |
| 323 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 324 | android:isolatedProcess="true" |
| 325 | android:exported="false" /> |
| 326 | <service android:name="org.chromium.content.app.SandboxedProcessService2" |
| 327 | android:process=":sandboxed_process2" |
| 328 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 329 | android:isolatedProcess="true" |
| 330 | android:exported="false" /> |
| 331 | <service android:name="org.chromium.content.app.SandboxedProcessService3" |
| 332 | android:process=":sandboxed_process3" |
| 333 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 334 | android:isolatedProcess="true" |
| 335 | android:exported="false" /> |
| 336 | <service android:name="org.chromium.content.app.SandboxedProcessService4" |
| 337 | android:process=":sandboxed_process4" |
| 338 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 339 | android:isolatedProcess="true" |
| 340 | android:exported="false" /> |
| 341 | <service android:name="org.chromium.content.app.SandboxedProcessService5" |
| 342 | android:process=":sandboxed_process5" |
| 343 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 344 | android:isolatedProcess="true" |
| 345 | android:exported="false" /> |
| 346 | <service android:name="org.chromium.content.app.SandboxedProcessService6" |
| 347 | android:process=":sandboxed_process6" |
| 348 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 349 | android:isolatedProcess="true" |
| 350 | android:exported="false" /> |
| 351 | <service android:name="org.chromium.content.app.SandboxedProcessService7" |
| 352 | android:process=":sandboxed_process7" |
| 353 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 354 | android:isolatedProcess="true" |
| 355 | android:exported="false" /> |
| 356 | <service android:name="org.chromium.content.app.SandboxedProcessService8" |
| 357 | android:process=":sandboxed_process8" |
| 358 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 359 | android:isolatedProcess="true" |
| 360 | android:exported="false" /> |
| 361 | <service android:name="org.chromium.content.app.SandboxedProcessService9" |
| 362 | android:process=":sandboxed_process9" |
| 363 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 364 | android:isolatedProcess="true" |
| 365 | android:exported="false" /> |
| 366 | <service android:name="org.chromium.content.app.SandboxedProcessService10" |
| 367 | android:process=":sandboxed_process10" |
| 368 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 369 | android:isolatedProcess="true" |
| 370 | android:exported="false" /> |
| 371 | <service android:name="org.chromium.content.app.SandboxedProcessService11" |
| 372 | android:process=":sandboxed_process11" |
| 373 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 374 | android:isolatedProcess="true" |
| 375 | android:exported="false" /> |
| 376 | <service android:name="org.chromium.content.app.SandboxedProcessService12" |
| 377 | android:process=":sandboxed_process12" |
| 378 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 379 | android:isolatedProcess="true" |
| 380 | android:exported="false" /> |
| 381 | <service android:name="org.chromium.content.app.SandboxedProcessService13" |
| 382 | android:process=":sandboxed_process13" |
| 383 | android:permission="org.chromium.content_shell.permission.SANDBOX" |
| 384 | android:isolatedProcess="true" |
| 385 | android:exported="false" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 386 | </application> |
| 387 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 388 | <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 389 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 390 | <uses-feature android:name="android.hardware.location.gps" android:required="false" /> |
| 391 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 392 | </manifest> |
| 393 | |