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 | |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 21 | <permission android:name="org.codeaurora.swe.browser.beta.permission.PRELOAD" |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 22 | android:label="@string/permission_preload_label" |
| 23 | android:protectionLevel="signatureOrSystem" /> |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 24 | <permission android:name="org.codeaurora.swe.browser.beta.permission.INITIALIZE_DATABASE" |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 25 | android:protectionLevel="signatureOrSystem" /> |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 26 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
| 28 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER"/> |
| 29 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
| 30 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
| 31 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.CAMERA" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.INTERNET" /> |
Martijn Coenen | b2f9355 | 2011-06-14 10:48:35 +0200 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.NFC" /> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS" /> |
Ben Murdoch | 4f75ba2 | 2009-10-27 11:48:28 +0000 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.WAKE_LOCK"/> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" /> |
Grace Kloba | 4d7880f | 2009-08-12 09:35:42 -0700 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Bjorn Bringert | d69f51d | 2010-09-13 14:06:41 +0100 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
John Reck | 267b6af | 2011-01-19 10:15:47 -0800 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
Bijan Amirzada | e5f9034 | 2014-04-15 17:17:06 -0700 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.GET_ACCOUNTS"/> |
Leon Scroggins | 04b2e8e | 2009-07-27 11:07:09 -0400 | [diff] [blame] | 44 | <uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"/> |
| 45 | <uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"/> |
Jeff Hamilton | a9bad83 | 2010-09-24 11:05:30 -0500 | [diff] [blame] | 46 | <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 47 | <uses-permission android:name="org.codeaurora.swe.browser.beta.permission.READ_HOMEPAGE" /> |
| 48 | <uses-permission android:name="org.codeaurora.swe.browser.beta.permission.WRITE_HOMEPAGE" /> |
| 49 | <uses-permission android:name="org.codeaurora.swe.browser.beta.permission.INITIALIZE_DATABASE"/> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.VIBRATE"/> |
| 51 | <uses-permission android:name="android.permission.RECORD_AUDIO"/> |
| 52 | <uses-permission android:name="android.permission.READ_PHONE_STATE"/> |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 54 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 55 | <application android:name="Browser" |
Tarun Nainani | ef749cb | 2014-05-19 18:16:53 -0700 | [diff] [blame] | 56 | android:label="@string/application_name_swe" |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 57 | android:icon="@mipmap/ic_launcher_browser_swe_beta" |
Christopher Tate | de6f131 | 2009-07-07 13:11:41 -0700 | [diff] [blame] | 58 | android:backupAgent=".BrowserBackupAgent" |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame] | 59 | android:hardwareAccelerated="true" |
Tarun Nainani | df664ff | 2015-03-30 12:15:55 -0700 | [diff] [blame] | 60 | android:taskAffinity="android.task.swe.browser.beta" |
Enrico Ros | 1f5a095 | 2014-11-18 20:15:48 -0800 | [diff] [blame] | 61 | android:theme="@style/BrowserBase" > |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 62 | |
qqzhou | e6ff8b4 | 2013-07-23 17:28:48 +0800 | [diff] [blame] | 63 | <uses-library android:name="com.qrd.useragent" |
| 64 | android:required="false" /> |
| 65 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 66 | <provider android:name=".provider.BrowserProvider2" |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 67 | android:authorities="org.codeaurora.swe.browser.beta;swe.browser.beta" |
John Reck | a32575d | 2012-03-01 13:13:44 -0800 | [diff] [blame] | 68 | android:multiprocess="false" |
Nick Kralevich | 3c2ab03 | 2012-07-30 14:23:39 -0700 | [diff] [blame] | 69 | android:exported="true" |
Jeff Hamilton | 8402962 | 2010-08-05 14:29:28 -0500 | [diff] [blame] | 70 | android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS" |
| 71 | android:writePermission="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"> |
| 72 | <path-permission android:path="/bookmarks/search_suggest_query" |
| 73 | android:readPermission="android.permission.GLOBAL_SEARCH" /> |
kayiz | a58e6fb | 2013-10-10 13:47:28 +0800 | [diff] [blame] | 74 | <path-permission android:path="/homepage" |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 75 | android:readPermission="org.codeaurora.swe.browser.beta.permission.READ_HOMEPAGE" |
| 76 | android:writePermission="org.codeaurora.swe.browser.beta.permission.WRITE_HOMEPAGE" /> |
Jeff Hamilton | 8402962 | 2010-08-05 14:29:28 -0500 | [diff] [blame] | 77 | </provider> |
Kulanthaivel Palanichamy | 7794268 | 2014-10-28 11:52:06 -0700 | [diff] [blame] | 78 | |
| 79 | <activity android:name="BrowserLauncher" |
| 80 | android:theme="@android:style/Theme.NoDisplay" > |
| 81 | <!-- We are the main entry point of the browser. --> |
| 82 | <intent-filter> |
| 83 | <action android:name="android.intent.action.MAIN" /> |
| 84 | <category android:name="android.intent.category.DEFAULT" /> |
| 85 | <category android:name="android.intent.category.LAUNCHER" /> |
| 86 | <category android:name="android.intent.category.BROWSABLE" /> |
| 87 | <category android:name="android.intent.category.APP_BROWSER" /> |
| 88 | </intent-filter> |
| 89 | </activity> |
| 90 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 91 | <activity android:name="BrowserActivity" |
Tarun Nainani | ef749cb | 2014-05-19 18:16:53 -0700 | [diff] [blame] | 92 | android:label="@string/application_name_swe" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 93 | android:launchMode="singleTask" |
| 94 | android:alwaysRetainTaskState="true" |
Michael Kolb | 18f252f | 2012-03-06 13:36:20 -0800 | [diff] [blame] | 95 | android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" |
Derek Sollenberger | fe7f3f5 | 2009-12-18 08:59:22 -0500 | [diff] [blame] | 96 | android:theme="@style/BrowserTheme" |
| 97 | android:windowSoftInputMode="adjustResize" > |
Kulanthaivel Palanichamy | 7794268 | 2014-10-28 11:52:06 -0700 | [diff] [blame] | 98 | |
Leon Scroggins | 58d56c6 | 2010-01-28 15:12:40 -0500 | [diff] [blame] | 99 | <intent-filter> |
| 100 | <action android:name="android.speech.action.VOICE_SEARCH_RESULTS" /> |
| 101 | <category android:name="android.intent.category.DEFAULT" /> |
| 102 | </intent-filter> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 103 | <!-- For these schemes were not particular MIME type has been |
| 104 | supplied, we are a good candidate. --> |
| 105 | <intent-filter> |
| 106 | <action android:name="android.intent.action.VIEW" /> |
| 107 | <category android:name="android.intent.category.DEFAULT" /> |
| 108 | <category android:name="android.intent.category.BROWSABLE" /> |
| 109 | <data android:scheme="http" /> |
| 110 | <data android:scheme="https" /> |
| 111 | <data android:scheme="about" /> |
Leon Scroggins | 1ae92f9 | 2009-09-15 17:33:20 -0400 | [diff] [blame] | 112 | <data android:scheme="javascript" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 113 | </intent-filter> |
| 114 | <!-- For these schemes where any of these particular MIME types |
| 115 | have been supplied, we are a good candidate. --> |
| 116 | <intent-filter> |
| 117 | <action android:name="android.intent.action.VIEW" /> |
| 118 | <category android:name="android.intent.category.BROWSABLE" /> |
| 119 | <category android:name="android.intent.category.DEFAULT" /> |
| 120 | <data android:scheme="http" /> |
| 121 | <data android:scheme="https" /> |
Mitsuru Oshima | 25ad8ab | 2009-06-10 16:26:07 -0700 | [diff] [blame] | 122 | <data android:scheme="inline" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 123 | <data android:mimeType="text/html"/> |
| 124 | <data android:mimeType="text/plain"/> |
| 125 | <data android:mimeType="application/xhtml+xml"/> |
| 126 | <data android:mimeType="application/vnd.wap.xhtml+xml"/> |
| 127 | </intent-filter> |
Elliott Slaughter | 0ced08c | 2010-06-30 11:40:42 -0700 | [diff] [blame] | 128 | <!-- For viewing saved web archives. --> |
| 129 | <intent-filter> |
| 130 | <action android:name="android.intent.action.VIEW" /> |
| 131 | <category android:name="android.intent.category.BROWSABLE" /> |
| 132 | <category android:name="android.intent.category.DEFAULT" /> |
| 133 | <data android:scheme="http" /> |
| 134 | <data android:scheme="https" /> |
| 135 | <data android:scheme="file" /> |
| 136 | <data android:mimeType="application/x-webarchive-xml"/> |
| 137 | </intent-filter> |
Jeff Hamilton | fd77aaa | 2011-06-17 16:19:33 -0500 | [diff] [blame] | 138 | <!-- Accept inbound NFC URLs at a low priority --> |
| 139 | <intent-filter android:priority="-101"> |
| 140 | <action android:name="android.nfc.action.NDEF_DISCOVERED" /> |
| 141 | <category android:name="android.intent.category.DEFAULT" /> |
| 142 | <data android:scheme="http" /> |
| 143 | <data android:scheme="https" /> |
| 144 | </intent-filter> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 145 | <!-- The maps app is a much better experience, so it's not |
| 146 | worth having this at all... especially for a demo! |
| 147 | <intent-filter android:label="Map In Browser"> |
| 148 | <action android:name="android.intent.action.VIEW" /> |
| 149 | <category android:name="android.intent.category.DEFAULT" /> |
| 150 | <data android:mimeType="vnd.android.cursor.item/postal-address" /> |
| 151 | </intent-filter> |
| 152 | --> |
| 153 | <intent-filter> |
| 154 | <action android:name="android.intent.action.WEB_SEARCH" /> |
| 155 | <category android:name="android.intent.category.DEFAULT" /> |
| 156 | <category android:name="android.intent.category.BROWSABLE" /> |
| 157 | <data android:scheme="" /> |
| 158 | <data android:scheme="http" /> |
| 159 | <data android:scheme="https" /> |
| 160 | </intent-filter> |
| 161 | <intent-filter> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 162 | <action android:name="android.intent.action.MEDIA_SEARCH" /> |
| 163 | <category android:name="android.intent.category.DEFAULT" /> |
| 164 | </intent-filter> |
| 165 | <intent-filter> |
| 166 | <action android:name="android.intent.action.SEARCH" /> |
| 167 | <category android:name="android.intent.category.DEFAULT" /> |
| 168 | </intent-filter> |
| 169 | <meta-data android:name="android.app.searchable" |
| 170 | android:resource="@xml/searchable" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 171 | </activity> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 172 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 173 | <activity android:name="ShortcutActivity" |
Michael Kolb | 801ecb7 | 2010-08-25 12:57:38 -0700 | [diff] [blame] | 174 | android:theme="@style/ShortcutTheme" |
Romain Guy | db6c391 | 2009-03-24 18:08:40 -0700 | [diff] [blame] | 175 | android:label="@string/shortcut_bookmark" |
Ying Wang | 79697cb | 2010-11-23 11:17:46 -0800 | [diff] [blame] | 176 | android:icon="@mipmap/ic_launcher_shortcut_browser_bookmark"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 177 | <intent-filter> |
| 178 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 179 | <category android:name="android.intent.category.DEFAULT" /> |
| 180 | </intent-filter> |
Michael Kolb | 801ecb7 | 2010-08-25 12:57:38 -0700 | [diff] [blame] | 181 | </activity> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 182 | |
Enrico Ros | d6efa97 | 2014-12-02 19:49:59 -0800 | [diff] [blame] | 183 | <activity android:name="BrowserPreferencesPage" android:label="@string/menu_preferences" |
| 184 | android:parentActivityName=".BrowserActivity" |
| 185 | android:theme="@style/SettingsTheme"> |
John Reck | 7b182d7 | 2011-07-08 10:30:53 -0700 | [diff] [blame] | 186 | <intent-filter> |
| 187 | <action android:name="android.intent.action.MANAGE_NETWORK_USAGE" /> |
| 188 | <category android:name="android.intent.category.DEFAULT" /> |
| 189 | </intent-filter> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 190 | </activity> |
| 191 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 192 | <activity android:name="BookmarkSearch" |
Bjorn Bringert | e90ede4 | 2009-04-29 22:33:52 +0100 | [diff] [blame] | 193 | android:label="@string/bookmarks_search" |
| 194 | android:stateNotNeeded="true" |
| 195 | android:theme="@android:style/Theme.NoDisplay" |
| 196 | android:excludeFromRecents="true"> |
| 197 | <intent-filter> |
| 198 | <action android:name="android.intent.action.SEARCH" /> |
| 199 | <category android:name="android.intent.category.DEFAULT" /> |
| 200 | </intent-filter> |
| 201 | <meta-data android:name="android.app.searchable" |
| 202 | android:resource="@xml/bookmarks_searchable" /> |
| 203 | </activity> |
| 204 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 205 | <activity android:name="AddBookmarkPage" android:label="@string/bookmarks_add_page" |
John Reck | 9d27ff5 | 2011-02-11 17:47:54 -0800 | [diff] [blame] | 206 | android:theme="@style/DialogWhenLarge" |
John Reck | af58d39 | 2012-05-22 17:47:06 -0700 | [diff] [blame] | 207 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 208 | android:windowSoftInputMode="adjustResize"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 209 | <intent-filter> |
| 210 | <action android:name="android.intent.action.INSERT" /> |
| 211 | <category android:name="android.intent.category.DEFAULT" /> |
| 212 | <data android:mimeType="vnd.android.cursor.dir/bookmark"/> |
| 213 | </intent-filter> |
| 214 | </activity> |
| 215 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 216 | <activity android:name="DownloadSettings" android:label="@string/download_settings_title" |
luxiaol | 62677b0 | 2013-07-22 07:54:49 +0800 | [diff] [blame] | 217 | android:theme="@style/DialogWhenLarge" |
| 218 | android:launchMode="singleTask" |
| 219 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 220 | android:windowSoftInputMode="adjustResize"> |
| 221 | <intent-filter> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame] | 222 | <action android:name="android.intent.action.BROWSERDOWNLOAD" /> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 223 | <category android:name="android.intent.category.DEFAULT" /> |
luxiaol | 62677b0 | 2013-07-22 07:54:49 +0800 | [diff] [blame] | 224 | </intent-filter> |
| 225 | </activity> |
John Reck | d3e4d5b | 2011-07-13 15:48:43 -0700 | [diff] [blame] | 226 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 227 | <!-- For creating new folder in bookmarks page --> |
| 228 | <activity android:name="AddBookmarkFolder" android:label="@string/save_bookmark_folder" |
luxiaol | dbe4a62 | 2013-07-19 17:14:06 +0800 | [diff] [blame] | 229 | android:theme="@style/DialogWhenLarge" |
| 230 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame] | 231 | <intent-filter> |
| 232 | <category android:name="android.intent.category.DEFAULT" /> |
| 233 | <data android:mimeType="vnd.android.cursor.dir/bookmark"/> |
| 234 | </intent-filter> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 235 | </activity> |
| 236 | |
Kulanthaivel Palanichamy | a94b4d3 | 2015-01-29 19:32:14 -0800 | [diff] [blame] | 237 | <activity android:name="ComboViewActivity" |
| 238 | android:theme="@style/ComboViewTheme"> |
luxiaol | dbe4a62 | 2013-07-19 17:14:06 +0800 | [diff] [blame] | 239 | </activity> |
| 240 | |
John Reck | 1537b77 | 2011-01-11 15:36:01 -0800 | [diff] [blame] | 241 | <!-- Bookmark thumbnail homescreen widget --> |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 242 | <receiver |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 243 | android:name=".widget.BookmarkThumbnailWidgetProvider" |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 244 | android:label="@string/bookmarks"> |
| 245 | <intent-filter> |
| 246 | <action |
| 247 | android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
John Reck | df63d2f | 2010-10-29 11:42:55 -0700 | [diff] [blame] | 248 | <action |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 249 | android:name="com.android.browser.BOOKMARK_APPWIDGET_UPDATE" /> |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 250 | </intent-filter> |
| 251 | <meta-data |
| 252 | android:name="android.appwidget.provider" |
John Reck | 1537b77 | 2011-01-11 15:36:01 -0800 | [diff] [blame] | 253 | android:resource="@xml/bookmarkthumbnailwidget_info" /> |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 254 | </receiver> |
| 255 | <service |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 256 | android:name=".widget.BookmarkThumbnailWidgetService" |
Winson Chung | 899cdf4 | 2011-01-18 15:24:44 -0800 | [diff] [blame] | 257 | android:permission="android.permission.BIND_REMOTEVIEWS" |
| 258 | android:exported="false" /> |
John Reck | 99c6d33 | 2011-02-01 12:57:06 -0800 | [diff] [blame] | 259 | <receiver |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 260 | android:name=".widget.BookmarkWidgetProxy" |
John Reck | 99c6d33 | 2011-02-01 12:57:06 -0800 | [diff] [blame] | 261 | android:exported="false" /> |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 262 | <activity android:name=".widget.BookmarkWidgetConfigure" |
Enrico Ros | 1f5a095 | 2014-11-18 20:15:48 -0800 | [diff] [blame] | 263 | android:theme="@style/DialogWhenLarge"> |
John Reck | 9b8cd1e | 2011-05-25 18:14:01 -0700 | [diff] [blame] | 264 | <intent-filter> |
| 265 | <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/> |
| 266 | </intent-filter> |
| 267 | </activity> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame] | 268 | <!-- add or edit my navigation activity --> |
| 269 | <activity android:name=".mynavigation.AddMyNavigationPage" |
| 270 | android:label="@string/my_navigation_page_title" |
| 271 | android:configChanges="orientation|keyboardHidden" |
| 272 | android:windowSoftInputMode="stateHidden"> |
| 273 | </activity> |
Michael Kolb | 0382be2 | 2010-08-15 15:48:37 -0700 | [diff] [blame] | 274 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 275 | <!-- Makes .BrowserActivity the search target for any activity in Browser --> |
| 276 | <meta-data android:name="android.app.default_searchable" android:value=".BrowserActivity" /> |
| 277 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 278 | <receiver android:name=".OpenDownloadReceiver"> |
Leon Scroggins | fedc493 | 2010-01-26 14:15:01 -0500 | [diff] [blame] | 279 | <intent-filter> |
| 280 | <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/> |
Leon Scroggins | fedc493 | 2010-01-26 14:15:01 -0500 | [diff] [blame] | 281 | </intent-filter> |
| 282 | </receiver> |
John Reck | bafe58a | 2011-01-11 10:26:02 -0800 | [diff] [blame] | 283 | |
| 284 | <!-- For custom home pages (like most visited) --> |
| 285 | <provider |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 286 | android:name=".homepages.HomeProvider" |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 287 | android:authorities="org.codeaurora.swe.browser.beta.home" |
yanglv | 960bcd6 | 2013-10-23 16:40:25 +0800 | [diff] [blame] | 288 | android:grantUriPermissions="true" |
John Reck | bafe58a | 2011-01-11 10:26:02 -0800 | [diff] [blame] | 289 | android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS" |
| 290 | android:exported="false" /> |
John Reck | 267b6af | 2011-01-19 10:15:47 -0800 | [diff] [blame] | 291 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 292 | <receiver android:name=".AccountsChangedReceiver"> |
John Reck | 5a77537 | 2011-06-17 14:27:24 -0700 | [diff] [blame] | 293 | <intent-filter> |
| 294 | <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" /> |
| 295 | </intent-filter> |
| 296 | </receiver> |
| 297 | |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame] | 298 | <receiver android:name=".MessagesReceiver"> |
| 299 | <intent-filter> |
| 300 | <action android:name="com.android.mms.transaction.MESSAGE_RECEIVED" /> |
| 301 | </intent-filter> |
| 302 | </receiver> |
| 303 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 304 | <receiver android:name=".PreloadRequestReceiver" |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 305 | android:permission="org.codeaurora.swe.browser.beta.permission.PRELOAD" > |
Michael Kolb | 1461244 | 2011-06-24 13:06:29 -0700 | [diff] [blame] | 306 | <intent-filter> |
| 307 | <action android:name="android.intent.action.PRELOAD"/> |
| 308 | <data android:scheme="http" /> |
| 309 | </intent-filter> |
| 310 | </receiver> |
| 311 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 312 | <provider android:name=".provider.SnapshotProvider" |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 313 | android:authorities="org.codeaurora.swe.browser.beta.snapshots" |
John Reck | 8cc9235 | 2011-07-06 17:41:52 -0700 | [diff] [blame] | 314 | android:exported="false" /> |
Vivek Sekhar | ce2a483 | 2014-03-26 13:26:53 -0700 | [diff] [blame] | 315 | <provider |
| 316 | android:name=".provider.MyNavigationProvider" |
Tarun Nainani | 5229d6a | 2015-03-24 13:16:29 -0700 | [diff] [blame] | 317 | android:authorities="org.codeaurora.swe.browser.beta.mynavigation" |
Axesh R. Ajmera | 2e24124 | 2014-05-19 15:53:38 -0700 | [diff] [blame] | 318 | android:exported="false" |
| 319 | android:grantUriPermissions="true"/> |
John Reck | 8cc9235 | 2011-07-06 17:41:52 -0700 | [diff] [blame] | 320 | |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 321 | <meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES" |
| 322 | android:value="3"/> |
| 323 | |
| 324 | <service android:name="org.chromium.content.app.PrivilegedProcessService0" |
| 325 | android:process=":privileged_process0" |
| 326 | android:isolatedProcess="false" |
| 327 | android:exported="false" /> |
| 328 | |
| 329 | <service android:name="org.chromium.content.app.PrivilegedProcessService1" |
| 330 | android:process=":privileged_process1" |
| 331 | android:isolatedProcess="false" |
| 332 | android:exported="false" /> |
| 333 | |
| 334 | <service android:name="org.chromium.content.app.PrivilegedProcessService2" |
| 335 | android:process=":privileged_process2" |
| 336 | android:isolatedProcess="false" |
| 337 | android:exported="false" /> |
| 338 | |
| 339 | |
| 340 | <meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES" |
| 341 | android:value="20"/> |
| 342 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 343 | <service android:name="org.chromium.content.app.SandboxedProcessService0" |
| 344 | android:process=":sandboxed_process0" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 345 | android:isolatedProcess="true" |
| 346 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 347 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 348 | <service android:name="org.chromium.content.app.SandboxedProcessService1" |
| 349 | android:process=":sandboxed_process1" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 350 | android:isolatedProcess="true" |
| 351 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 352 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 353 | <service android:name="org.chromium.content.app.SandboxedProcessService2" |
| 354 | android:process=":sandboxed_process2" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 355 | android:isolatedProcess="true" |
| 356 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 357 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 358 | <service android:name="org.chromium.content.app.SandboxedProcessService3" |
| 359 | android:process=":sandboxed_process3" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 360 | android:isolatedProcess="true" |
| 361 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 362 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 363 | <service android:name="org.chromium.content.app.SandboxedProcessService4" |
| 364 | android:process=":sandboxed_process4" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 365 | android:isolatedProcess="true" |
| 366 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 367 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 368 | <service android:name="org.chromium.content.app.SandboxedProcessService5" |
| 369 | android:process=":sandboxed_process5" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 370 | android:isolatedProcess="true" |
| 371 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 372 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 373 | <service android:name="org.chromium.content.app.SandboxedProcessService6" |
| 374 | android:process=":sandboxed_process6" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 375 | android:isolatedProcess="true" |
| 376 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 377 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 378 | <service android:name="org.chromium.content.app.SandboxedProcessService7" |
| 379 | android:process=":sandboxed_process7" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 380 | android:isolatedProcess="true" |
| 381 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 382 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 383 | <service android:name="org.chromium.content.app.SandboxedProcessService8" |
| 384 | android:process=":sandboxed_process8" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 385 | android:isolatedProcess="true" |
| 386 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 387 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 388 | <service android:name="org.chromium.content.app.SandboxedProcessService9" |
| 389 | android:process=":sandboxed_process9" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 390 | android:isolatedProcess="true" |
| 391 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 392 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 393 | <service android:name="org.chromium.content.app.SandboxedProcessService10" |
| 394 | android:process=":sandboxed_process10" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 395 | android:isolatedProcess="true" |
| 396 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 397 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 398 | <service android:name="org.chromium.content.app.SandboxedProcessService11" |
| 399 | android:process=":sandboxed_process11" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 400 | android:isolatedProcess="true" |
| 401 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 402 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 403 | <service android:name="org.chromium.content.app.SandboxedProcessService12" |
| 404 | android:process=":sandboxed_process12" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 405 | android:isolatedProcess="true" |
| 406 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 407 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 408 | <service android:name="org.chromium.content.app.SandboxedProcessService13" |
| 409 | android:process=":sandboxed_process13" |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 410 | android:isolatedProcess="true" |
| 411 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 412 | |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 413 | <service android:name="org.chromium.content.app.SandboxedProcessService14" |
| 414 | android:process=":sandboxed_process14" |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 415 | android:isolatedProcess="true" |
| 416 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 417 | |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 418 | <service android:name="org.chromium.content.app.SandboxedProcessService15" |
| 419 | android:process=":sandboxed_process15" |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 420 | android:isolatedProcess="true" |
| 421 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 422 | |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 423 | <service android:name="org.chromium.content.app.SandboxedProcessService16" |
| 424 | android:process=":sandboxed_process16" |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 425 | android:isolatedProcess="true" |
| 426 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 427 | |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 428 | <service android:name="org.chromium.content.app.SandboxedProcessService17" |
| 429 | android:process=":sandboxed_process17" |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 430 | android:isolatedProcess="true" |
| 431 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 432 | |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 433 | <service android:name="org.chromium.content.app.SandboxedProcessService18" |
| 434 | android:process=":sandboxed_process18" |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 435 | android:isolatedProcess="true" |
| 436 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 437 | |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 438 | <service android:name="org.chromium.content.app.SandboxedProcessService19" |
| 439 | android:process=":sandboxed_process19" |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 440 | android:isolatedProcess="true" |
| 441 | android:exported="false" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 442 | |
Vivek Sekhar | 29e968b | 2015-03-19 15:35:49 -0700 | [diff] [blame] | 443 | <!-- Provider for FileProvider. --> |
| 444 | <provider android:name="android.support.v4.content.FileProvider" |
| 445 | android:authorities="org.codeaurora.swe.browser.beta.FileProvider" |
| 446 | android:exported="false" |
| 447 | android:grantUriPermissions="true"> |
| 448 | <meta-data android:name="android.support.FILE_PROVIDER_PATHS" |
| 449 | android:resource="@xml/file_paths" /> |
| 450 | </provider> |
| 451 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 452 | </application> |
| 453 | |
Vivek Sekhar | 0989b45 | 2014-08-01 12:30:35 -0700 | [diff] [blame] | 454 | <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="19" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 455 | |
Bijan Amirzada | 9b1e988 | 2014-02-26 17:15:46 -0800 | [diff] [blame] | 456 | <uses-feature android:name="android.hardware.location.gps" android:required="false" /> |
| 457 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 458 | </manifest> |