blob: 0ac0a7cb25d368029482c6c073a8af2d0aece45d [file] [log] [blame]
The Android Open Source Project0c908882009-03-03 19:32:16 -08001<!--
Leon Scrogginsb6b7f9e2009-06-18 12:05:28 -04002/*
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 Project0c908882009-03-03 19:32:16 -080017-->
18
Bijan Amirzada41242f22014-03-21 12:12:18 -070019<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.browser">
The Android Open Source Project0c908882009-03-03 19:32:16 -080020
Tarun Nainani5229d6a2015-03-24 13:16:29 -070021 <permission android:name="org.codeaurora.swe.browser.beta.permission.PRELOAD"
Michael Kolb14612442011-06-24 13:06:29 -070022 android:label="@string/permission_preload_label"
23 android:protectionLevel="signatureOrSystem" />
Tarun Nainani5229d6a2015-03-24 13:16:29 -070024 <permission android:name="org.codeaurora.swe.browser.beta.permission.INITIALIZE_DATABASE"
Bijan Amirzada41242f22014-03-21 12:12:18 -070025 android:protectionLevel="signatureOrSystem" />
Michael Kolb14612442011-06-24 13:06:29 -070026
The Android Open Source Project0c908882009-03-03 19:32:16 -080027 <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 Sekhared791da2015-02-22 12:39:05 -080032 <uses-permission android:name="android.permission.CAMERA" />
The Android Open Source Project0c908882009-03-03 19:32:16 -080033 <uses-permission android:name="android.permission.INTERNET" />
Martijn Coenenb2f93552011-06-14 10:48:35 +020034 <uses-permission android:name="android.permission.NFC" />
Jeff Hamiltona9bad832010-09-24 11:05:30 -050035 <uses-permission android:name="android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS" />
Ben Murdoch4f75ba22009-10-27 11:48:28 +000036 <uses-permission android:name="android.permission.SET_WALLPAPER" />
The Android Open Source Project0c908882009-03-03 19:32:16 -080037 <uses-permission android:name="android.permission.WAKE_LOCK"/>
Vivek Sekharce2a4832014-03-26 13:26:53 -070038 <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
Grace Kloba4d7880f2009-08-12 09:35:42 -070039 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Bjorn Bringertd69f51d2010-09-13 14:06:41 +010040 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
John Reck267b6af2011-01-19 10:15:47 -080041 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
Jeff Hamiltona9bad832010-09-24 11:05:30 -050042 <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
Bijan Amirzadae5f90342014-04-15 17:17:06 -070043 <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
Ben Murdoch3d6c7192011-10-27 18:04:58 +010044 <uses-permission android:name="android.permission.READ_PROFILE" />
45 <uses-permission android:name="android.permission.READ_CONTACTS" />
Leon Scroggins04b2e8e2009-07-27 11:07:09 -040046 <uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"/>
47 <uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"/>
Jeff Hamiltona9bad832010-09-24 11:05:30 -050048 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
Tarun Nainani5229d6a2015-03-24 13:16:29 -070049 <uses-permission android:name="org.codeaurora.swe.browser.beta.permission.READ_HOMEPAGE" />
50 <uses-permission android:name="org.codeaurora.swe.browser.beta.permission.WRITE_HOMEPAGE" />
51 <uses-permission android:name="org.codeaurora.swe.browser.beta.permission.INITIALIZE_DATABASE"/>
Bijan Amirzada41242f22014-03-21 12:12:18 -070052 <uses-permission android:name="android.permission.VIBRATE"/>
53 <uses-permission android:name="android.permission.RECORD_AUDIO"/>
54 <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Tarun Nainani8eb00912014-07-17 12:28:32 -070055 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
The Android Open Source Project0c908882009-03-03 19:32:16 -080056
Bijan Amirzada41242f22014-03-21 12:12:18 -070057 <application android:name="Browser"
Tarun Nainanief749cb2014-05-19 18:16:53 -070058 android:label="@string/application_name_swe"
Tarun Nainani5229d6a2015-03-24 13:16:29 -070059 android:icon="@mipmap/ic_launcher_browser_swe_beta"
Christopher Tatede6f1312009-07-07 13:11:41 -070060 android:backupAgent=".BrowserBackupAgent"
Vivek Sekharce2a4832014-03-26 13:26:53 -070061 android:hardwareAccelerated="true"
Tarun Nainanidf664ff2015-03-30 12:15:55 -070062 android:taskAffinity="android.task.swe.browser.beta"
Enrico Ros1f5a0952014-11-18 20:15:48 -080063 android:theme="@style/BrowserBase" >
Bijan Amirzada41242f22014-03-21 12:12:18 -070064
qqzhoue6ff8b42013-07-23 17:28:48 +080065 <uses-library android:name="com.qrd.useragent"
66 android:required="false" />
67
Bijan Amirzada41242f22014-03-21 12:12:18 -070068 <provider android:name=".provider.BrowserProvider2"
Tarun Nainani5229d6a2015-03-24 13:16:29 -070069 android:authorities="org.codeaurora.swe.browser.beta;swe.browser.beta"
John Recka32575d2012-03-01 13:13:44 -080070 android:multiprocess="false"
Nick Kralevich3c2ab032012-07-30 14:23:39 -070071 android:exported="true"
Jeff Hamilton84029622010-08-05 14:29:28 -050072 android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
73 android:writePermission="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS">
74 <path-permission android:path="/bookmarks/search_suggest_query"
75 android:readPermission="android.permission.GLOBAL_SEARCH" />
kayiza58e6fb2013-10-10 13:47:28 +080076 <path-permission android:path="/homepage"
Tarun Nainani5229d6a2015-03-24 13:16:29 -070077 android:readPermission="org.codeaurora.swe.browser.beta.permission.READ_HOMEPAGE"
78 android:writePermission="org.codeaurora.swe.browser.beta.permission.WRITE_HOMEPAGE" />
Jeff Hamilton84029622010-08-05 14:29:28 -050079 </provider>
Kulanthaivel Palanichamy77942682014-10-28 11:52:06 -070080
81 <activity android:name="BrowserLauncher"
82 android:theme="@android:style/Theme.NoDisplay" >
83 <!-- We are the main entry point of the browser. -->
84 <intent-filter>
85 <action android:name="android.intent.action.MAIN" />
86 <category android:name="android.intent.category.DEFAULT" />
87 <category android:name="android.intent.category.LAUNCHER" />
88 <category android:name="android.intent.category.BROWSABLE" />
89 <category android:name="android.intent.category.APP_BROWSER" />
90 </intent-filter>
91 </activity>
92
Bijan Amirzada41242f22014-03-21 12:12:18 -070093 <activity android:name="BrowserActivity"
Tarun Nainanief749cb2014-05-19 18:16:53 -070094 android:label="@string/application_name_swe"
The Android Open Source Project0c908882009-03-03 19:32:16 -080095 android:launchMode="singleTask"
96 android:alwaysRetainTaskState="true"
Michael Kolb18f252f2012-03-06 13:36:20 -080097 android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
Derek Sollenbergerfe7f3f52009-12-18 08:59:22 -050098 android:theme="@style/BrowserTheme"
99 android:windowSoftInputMode="adjustResize" >
Kulanthaivel Palanichamy77942682014-10-28 11:52:06 -0700100
Leon Scroggins58d56c62010-01-28 15:12:40 -0500101 <intent-filter>
102 <action android:name="android.speech.action.VOICE_SEARCH_RESULTS" />
103 <category android:name="android.intent.category.DEFAULT" />
104 </intent-filter>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800105 <!-- For these schemes were not particular MIME type has been
106 supplied, we are a good candidate. -->
107 <intent-filter>
108 <action android:name="android.intent.action.VIEW" />
109 <category android:name="android.intent.category.DEFAULT" />
110 <category android:name="android.intent.category.BROWSABLE" />
111 <data android:scheme="http" />
112 <data android:scheme="https" />
113 <data android:scheme="about" />
Leon Scroggins1ae92f92009-09-15 17:33:20 -0400114 <data android:scheme="javascript" />
The Android Open Source Project0c908882009-03-03 19:32:16 -0800115 </intent-filter>
116 <!-- For these schemes where any of these particular MIME types
117 have been supplied, we are a good candidate. -->
118 <intent-filter>
119 <action android:name="android.intent.action.VIEW" />
120 <category android:name="android.intent.category.BROWSABLE" />
121 <category android:name="android.intent.category.DEFAULT" />
122 <data android:scheme="http" />
123 <data android:scheme="https" />
Mitsuru Oshima25ad8ab2009-06-10 16:26:07 -0700124 <data android:scheme="inline" />
The Android Open Source Project0c908882009-03-03 19:32:16 -0800125 <data android:mimeType="text/html"/>
126 <data android:mimeType="text/plain"/>
127 <data android:mimeType="application/xhtml+xml"/>
128 <data android:mimeType="application/vnd.wap.xhtml+xml"/>
129 </intent-filter>
Elliott Slaughter0ced08c2010-06-30 11:40:42 -0700130 <!-- For viewing saved web archives. -->
131 <intent-filter>
132 <action android:name="android.intent.action.VIEW" />
133 <category android:name="android.intent.category.BROWSABLE" />
134 <category android:name="android.intent.category.DEFAULT" />
135 <data android:scheme="http" />
136 <data android:scheme="https" />
137 <data android:scheme="file" />
138 <data android:mimeType="application/x-webarchive-xml"/>
139 </intent-filter>
Jeff Hamiltonfd77aaa2011-06-17 16:19:33 -0500140 <!-- Accept inbound NFC URLs at a low priority -->
141 <intent-filter android:priority="-101">
142 <action android:name="android.nfc.action.NDEF_DISCOVERED" />
143 <category android:name="android.intent.category.DEFAULT" />
144 <data android:scheme="http" />
145 <data android:scheme="https" />
146 </intent-filter>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800147 <!-- The maps app is a much better experience, so it's not
148 worth having this at all... especially for a demo!
149 <intent-filter android:label="Map In Browser">
150 <action android:name="android.intent.action.VIEW" />
151 <category android:name="android.intent.category.DEFAULT" />
152 <data android:mimeType="vnd.android.cursor.item/postal-address" />
153 </intent-filter>
154 -->
155 <intent-filter>
156 <action android:name="android.intent.action.WEB_SEARCH" />
157 <category android:name="android.intent.category.DEFAULT" />
158 <category android:name="android.intent.category.BROWSABLE" />
159 <data android:scheme="" />
160 <data android:scheme="http" />
161 <data android:scheme="https" />
162 </intent-filter>
163 <intent-filter>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800164 <action android:name="android.intent.action.MEDIA_SEARCH" />
165 <category android:name="android.intent.category.DEFAULT" />
166 </intent-filter>
167 <intent-filter>
168 <action android:name="android.intent.action.SEARCH" />
169 <category android:name="android.intent.category.DEFAULT" />
170 </intent-filter>
171 <meta-data android:name="android.app.searchable"
172 android:resource="@xml/searchable" />
The Android Open Source Project0c908882009-03-03 19:32:16 -0800173 </activity>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800174
Bijan Amirzada41242f22014-03-21 12:12:18 -0700175 <activity android:name="ShortcutActivity"
Michael Kolb801ecb72010-08-25 12:57:38 -0700176 android:theme="@style/ShortcutTheme"
Romain Guydb6c3912009-03-24 18:08:40 -0700177 android:label="@string/shortcut_bookmark"
Ying Wang79697cb2010-11-23 11:17:46 -0800178 android:icon="@mipmap/ic_launcher_shortcut_browser_bookmark">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800179 <intent-filter>
180 <action android:name="android.intent.action.CREATE_SHORTCUT" />
181 <category android:name="android.intent.category.DEFAULT" />
182 </intent-filter>
Michael Kolb801ecb72010-08-25 12:57:38 -0700183 </activity>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800184
Enrico Rosd6efa972014-12-02 19:49:59 -0800185 <activity android:name="BrowserPreferencesPage" android:label="@string/menu_preferences"
186 android:parentActivityName=".BrowserActivity"
187 android:theme="@style/SettingsTheme">
John Reck7b182d72011-07-08 10:30:53 -0700188 <intent-filter>
189 <action android:name="android.intent.action.MANAGE_NETWORK_USAGE" />
190 <category android:name="android.intent.category.DEFAULT" />
191 </intent-filter>
The Android Open Source Project0c908882009-03-03 19:32:16 -0800192 </activity>
193
Bijan Amirzada41242f22014-03-21 12:12:18 -0700194 <activity android:name="BookmarkSearch"
Bjorn Bringerte90ede42009-04-29 22:33:52 +0100195 android:label="@string/bookmarks_search"
196 android:stateNotNeeded="true"
197 android:theme="@android:style/Theme.NoDisplay"
198 android:excludeFromRecents="true">
199 <intent-filter>
200 <action android:name="android.intent.action.SEARCH" />
201 <category android:name="android.intent.category.DEFAULT" />
202 </intent-filter>
203 <meta-data android:name="android.app.searchable"
204 android:resource="@xml/bookmarks_searchable" />
205 </activity>
206
Bijan Amirzada41242f22014-03-21 12:12:18 -0700207 <activity android:name="AddBookmarkPage" android:label="@string/bookmarks_add_page"
John Reck9d27ff52011-02-11 17:47:54 -0800208 android:theme="@style/DialogWhenLarge"
John Reckaf58d392012-05-22 17:47:06 -0700209 android:configChanges="orientation|keyboardHidden|screenSize"
210 android:windowSoftInputMode="adjustResize">
The Android Open Source Project0c908882009-03-03 19:32:16 -0800211 <intent-filter>
212 <action android:name="android.intent.action.INSERT" />
213 <category android:name="android.intent.category.DEFAULT" />
214 <data android:mimeType="vnd.android.cursor.dir/bookmark"/>
215 </intent-filter>
216 </activity>
217
Bijan Amirzada41242f22014-03-21 12:12:18 -0700218 <activity android:name="DownloadSettings" android:label="@string/download_settings_title"
luxiaol62677b02013-07-22 07:54:49 +0800219 android:theme="@style/DialogWhenLarge"
220 android:launchMode="singleTask"
221 android:configChanges="orientation|keyboardHidden|screenSize"
222 android:windowSoftInputMode="adjustResize">
223 <intent-filter>
Vivek Sekharce2a4832014-03-26 13:26:53 -0700224 <action android:name="android.intent.action.BROWSERDOWNLOAD" />
Bijan Amirzada41242f22014-03-21 12:12:18 -0700225 <category android:name="android.intent.category.DEFAULT" />
luxiaol62677b02013-07-22 07:54:49 +0800226 </intent-filter>
227 </activity>
John Reckd3e4d5b2011-07-13 15:48:43 -0700228
Bijan Amirzada41242f22014-03-21 12:12:18 -0700229 <!-- For creating new folder in bookmarks page -->
230 <activity android:name="AddBookmarkFolder" android:label="@string/save_bookmark_folder"
luxiaoldbe4a622013-07-19 17:14:06 +0800231 android:theme="@style/DialogWhenLarge"
232 android:configChanges="orientation|keyboardHidden|screenSize">
Vivek Sekharce2a4832014-03-26 13:26:53 -0700233 <intent-filter>
234 <category android:name="android.intent.category.DEFAULT" />
235 <data android:mimeType="vnd.android.cursor.dir/bookmark"/>
236 </intent-filter>
Bijan Amirzada41242f22014-03-21 12:12:18 -0700237 </activity>
238
Kulanthaivel Palanichamya94b4d32015-01-29 19:32:14 -0800239 <activity android:name="ComboViewActivity"
240 android:theme="@style/ComboViewTheme">
luxiaoldbe4a622013-07-19 17:14:06 +0800241 </activity>
242
John Reck1537b772011-01-11 15:36:01 -0800243 <!-- Bookmark thumbnail homescreen widget -->
Michael Kolb0382be22010-08-15 15:48:37 -0700244 <receiver
Bijan Amirzada41242f22014-03-21 12:12:18 -0700245 android:name=".widget.BookmarkThumbnailWidgetProvider"
Michael Kolb0382be22010-08-15 15:48:37 -0700246 android:label="@string/bookmarks">
247 <intent-filter>
248 <action
249 android:name="android.appwidget.action.APPWIDGET_UPDATE" />
John Reckdf63d2f2010-10-29 11:42:55 -0700250 <action
Bijan Amirzada41242f22014-03-21 12:12:18 -0700251 android:name="com.android.browser.BOOKMARK_APPWIDGET_UPDATE" />
Michael Kolb0382be22010-08-15 15:48:37 -0700252 </intent-filter>
253 <meta-data
254 android:name="android.appwidget.provider"
John Reck1537b772011-01-11 15:36:01 -0800255 android:resource="@xml/bookmarkthumbnailwidget_info" />
Michael Kolb0382be22010-08-15 15:48:37 -0700256 </receiver>
257 <service
Bijan Amirzada41242f22014-03-21 12:12:18 -0700258 android:name=".widget.BookmarkThumbnailWidgetService"
Winson Chung899cdf42011-01-18 15:24:44 -0800259 android:permission="android.permission.BIND_REMOTEVIEWS"
260 android:exported="false" />
John Reck99c6d332011-02-01 12:57:06 -0800261 <receiver
Bijan Amirzada41242f22014-03-21 12:12:18 -0700262 android:name=".widget.BookmarkWidgetProxy"
John Reck99c6d332011-02-01 12:57:06 -0800263 android:exported="false" />
Bijan Amirzada41242f22014-03-21 12:12:18 -0700264 <activity android:name=".widget.BookmarkWidgetConfigure"
Enrico Ros1f5a0952014-11-18 20:15:48 -0800265 android:theme="@style/DialogWhenLarge">
John Reck9b8cd1e2011-05-25 18:14:01 -0700266 <intent-filter>
267 <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/>
268 </intent-filter>
269 </activity>
Vivek Sekharce2a4832014-03-26 13:26:53 -0700270 <!-- add or edit my navigation activity -->
271 <activity android:name=".mynavigation.AddMyNavigationPage"
272 android:label="@string/my_navigation_page_title"
273 android:configChanges="orientation|keyboardHidden"
274 android:windowSoftInputMode="stateHidden">
275 </activity>
Michael Kolb0382be22010-08-15 15:48:37 -0700276
The Android Open Source Project0c908882009-03-03 19:32:16 -0800277 <!-- Makes .BrowserActivity the search target for any activity in Browser -->
278 <meta-data android:name="android.app.default_searchable" android:value=".BrowserActivity" />
279
Bijan Amirzada41242f22014-03-21 12:12:18 -0700280 <receiver android:name=".OpenDownloadReceiver">
Leon Scrogginsfedc4932010-01-26 14:15:01 -0500281 <intent-filter>
282 <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/>
Leon Scrogginsfedc4932010-01-26 14:15:01 -0500283 </intent-filter>
284 </receiver>
John Reckbafe58a2011-01-11 10:26:02 -0800285
286 <!-- For custom home pages (like most visited) -->
287 <provider
Bijan Amirzada41242f22014-03-21 12:12:18 -0700288 android:name=".homepages.HomeProvider"
Tarun Nainani5229d6a2015-03-24 13:16:29 -0700289 android:authorities="org.codeaurora.swe.browser.beta.home"
yanglv960bcd62013-10-23 16:40:25 +0800290 android:grantUriPermissions="true"
John Reckbafe58a2011-01-11 10:26:02 -0800291 android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
292 android:exported="false" />
John Reck267b6af2011-01-19 10:15:47 -0800293
Bijan Amirzada41242f22014-03-21 12:12:18 -0700294 <receiver android:name=".AccountsChangedReceiver">
John Reck5a775372011-06-17 14:27:24 -0700295 <intent-filter>
296 <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
297 </intent-filter>
298 </receiver>
299
Vivek Sekharce2a4832014-03-26 13:26:53 -0700300 <receiver android:name=".MessagesReceiver">
301 <intent-filter>
302 <action android:name="com.android.mms.transaction.MESSAGE_RECEIVED" />
303 </intent-filter>
304 </receiver>
305
Bijan Amirzada41242f22014-03-21 12:12:18 -0700306 <receiver android:name=".PreloadRequestReceiver"
Tarun Nainani5229d6a2015-03-24 13:16:29 -0700307 android:permission="org.codeaurora.swe.browser.beta.permission.PRELOAD" >
Michael Kolb14612442011-06-24 13:06:29 -0700308 <intent-filter>
309 <action android:name="android.intent.action.PRELOAD"/>
310 <data android:scheme="http" />
311 </intent-filter>
312 </receiver>
313
Bijan Amirzada41242f22014-03-21 12:12:18 -0700314 <provider android:name=".provider.SnapshotProvider"
Tarun Nainani5229d6a2015-03-24 13:16:29 -0700315 android:authorities="org.codeaurora.swe.browser.beta.snapshots"
John Reck8cc92352011-07-06 17:41:52 -0700316 android:exported="false" />
Vivek Sekharce2a4832014-03-26 13:26:53 -0700317 <provider
318 android:name=".provider.MyNavigationProvider"
Tarun Nainani5229d6a2015-03-24 13:16:29 -0700319 android:authorities="org.codeaurora.swe.browser.beta.mynavigation"
Axesh R. Ajmera2e241242014-05-19 15:53:38 -0700320 android:exported="false"
321 android:grantUriPermissions="true"/>
John Reck8cc92352011-07-06 17:41:52 -0700322
Vivek Sekhared791da2015-02-22 12:39:05 -0800323 <meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES"
324 android:value="3"/>
325
326 <service android:name="org.chromium.content.app.PrivilegedProcessService0"
327 android:process=":privileged_process0"
328 android:isolatedProcess="false"
329 android:exported="false" />
330
331 <service android:name="org.chromium.content.app.PrivilegedProcessService1"
332 android:process=":privileged_process1"
333 android:isolatedProcess="false"
334 android:exported="false" />
335
336 <service android:name="org.chromium.content.app.PrivilegedProcessService2"
337 android:process=":privileged_process2"
338 android:isolatedProcess="false"
339 android:exported="false" />
340
341
342 <meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES"
343 android:value="20"/>
344
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800345 <service android:name="org.chromium.content.app.SandboxedProcessService0"
346 android:process=":sandboxed_process0"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800347 android:isolatedProcess="true"
348 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800349
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800350 <service android:name="org.chromium.content.app.SandboxedProcessService1"
351 android:process=":sandboxed_process1"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800352 android:isolatedProcess="true"
353 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800354
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800355 <service android:name="org.chromium.content.app.SandboxedProcessService2"
356 android:process=":sandboxed_process2"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800357 android:isolatedProcess="true"
358 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800359
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800360 <service android:name="org.chromium.content.app.SandboxedProcessService3"
361 android:process=":sandboxed_process3"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800362 android:isolatedProcess="true"
363 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800364
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800365 <service android:name="org.chromium.content.app.SandboxedProcessService4"
366 android:process=":sandboxed_process4"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800367 android:isolatedProcess="true"
368 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800369
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800370 <service android:name="org.chromium.content.app.SandboxedProcessService5"
371 android:process=":sandboxed_process5"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800372 android:isolatedProcess="true"
373 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800374
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800375 <service android:name="org.chromium.content.app.SandboxedProcessService6"
376 android:process=":sandboxed_process6"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800377 android:isolatedProcess="true"
378 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800379
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800380 <service android:name="org.chromium.content.app.SandboxedProcessService7"
381 android:process=":sandboxed_process7"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800382 android:isolatedProcess="true"
383 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800384
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800385 <service android:name="org.chromium.content.app.SandboxedProcessService8"
386 android:process=":sandboxed_process8"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800387 android:isolatedProcess="true"
388 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800389
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800390 <service android:name="org.chromium.content.app.SandboxedProcessService9"
391 android:process=":sandboxed_process9"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800392 android:isolatedProcess="true"
393 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800394
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800395 <service android:name="org.chromium.content.app.SandboxedProcessService10"
396 android:process=":sandboxed_process10"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800397 android:isolatedProcess="true"
398 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800399
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800400 <service android:name="org.chromium.content.app.SandboxedProcessService11"
401 android:process=":sandboxed_process11"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800402 android:isolatedProcess="true"
403 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800404
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800405 <service android:name="org.chromium.content.app.SandboxedProcessService12"
406 android:process=":sandboxed_process12"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800407 android:isolatedProcess="true"
408 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800409
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800410 <service android:name="org.chromium.content.app.SandboxedProcessService13"
411 android:process=":sandboxed_process13"
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800412 android:isolatedProcess="true"
413 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800414
Tarun Nainani8eb00912014-07-17 12:28:32 -0700415 <service android:name="org.chromium.content.app.SandboxedProcessService14"
416 android:process=":sandboxed_process14"
Tarun Nainani8eb00912014-07-17 12:28:32 -0700417 android:isolatedProcess="true"
418 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800419
Tarun Nainani8eb00912014-07-17 12:28:32 -0700420 <service android:name="org.chromium.content.app.SandboxedProcessService15"
421 android:process=":sandboxed_process15"
Tarun Nainani8eb00912014-07-17 12:28:32 -0700422 android:isolatedProcess="true"
423 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800424
Tarun Nainani8eb00912014-07-17 12:28:32 -0700425 <service android:name="org.chromium.content.app.SandboxedProcessService16"
426 android:process=":sandboxed_process16"
Tarun Nainani8eb00912014-07-17 12:28:32 -0700427 android:isolatedProcess="true"
428 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800429
Tarun Nainani8eb00912014-07-17 12:28:32 -0700430 <service android:name="org.chromium.content.app.SandboxedProcessService17"
431 android:process=":sandboxed_process17"
Tarun Nainani8eb00912014-07-17 12:28:32 -0700432 android:isolatedProcess="true"
433 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800434
Tarun Nainani8eb00912014-07-17 12:28:32 -0700435 <service android:name="org.chromium.content.app.SandboxedProcessService18"
436 android:process=":sandboxed_process18"
Tarun Nainani8eb00912014-07-17 12:28:32 -0700437 android:isolatedProcess="true"
438 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800439
Tarun Nainani8eb00912014-07-17 12:28:32 -0700440 <service android:name="org.chromium.content.app.SandboxedProcessService19"
441 android:process=":sandboxed_process19"
Tarun Nainani8eb00912014-07-17 12:28:32 -0700442 android:isolatedProcess="true"
443 android:exported="false" />
Vivek Sekhared791da2015-02-22 12:39:05 -0800444
Vivek Sekhar29e968b2015-03-19 15:35:49 -0700445 <!-- Provider for FileProvider. -->
446 <provider android:name="android.support.v4.content.FileProvider"
447 android:authorities="org.codeaurora.swe.browser.beta.FileProvider"
448 android:exported="false"
449 android:grantUriPermissions="true">
450 <meta-data android:name="android.support.FILE_PROVIDER_PATHS"
451 android:resource="@xml/file_paths" />
452 </provider>
453
The Android Open Source Project0c908882009-03-03 19:32:16 -0800454 </application>
455
Vivek Sekhar0989b452014-08-01 12:30:35 -0700456 <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="19" />
The Android Open Source Project0c908882009-03-03 19:32:16 -0800457
Bijan Amirzada9b1e9882014-02-26 17:15:46 -0800458 <uses-feature android:name="android.hardware.location.gps" android:required="false" />
459
Bijan Amirzada41242f22014-03-21 12:12:18 -0700460</manifest>