Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: chrome/android/shell/java/AndroidManifest.xml.jinja2

Issue 1324173002: [Background Sync] Use GcmNetworkManager to start the browser for sync events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@bgsync-fix-background5
Patch Set: Fix crash caused by zero-length launch window Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
4 4
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 8
9 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 9 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
10 package="org.chromium.chrome.shell"> 10 package="org.chromium.chrome.shell">
11 11
12 <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" /> 12 <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" />
13 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> 13 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
14 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> 14 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
15 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 15 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
16 <uses-permission android:name="android.permission.BLUETOOTH"/> 16 <uses-permission android:name="android.permission.BLUETOOTH"/>
17 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/> 17 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
18 <uses-feature android:name="android.hardware.bluetooth_le" android:required= "false"/> 18 <uses-feature android:name="android.hardware.bluetooth_le" android:required= "false"/>
19 <uses-permission android:name="android.permission.CAMERA" /> 19 <uses-permission android:name="android.permission.CAMERA" />
20 <uses-permission android:name="android.permission.GET_ACCOUNTS"/> 20 <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
21 <uses-permission android:name="android.permission.INTERNET"/> 21 <uses-permission android:name="android.permission.INTERNET"/>
22 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/> 22 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
23 <uses-permission android:name="android.permission.NFC"/> 23 <uses-permission android:name="android.permission.NFC"/>
24 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
24 <uses-permission android:name="android.permission.RECORD_AUDIO"/> 25 <uses-permission android:name="android.permission.RECORD_AUDIO"/>
25 <uses-permission android:name="android.permission.VIBRATE"/> 26 <uses-permission android:name="android.permission.VIBRATE"/>
26 <uses-permission android:name="android.permission.WAKE_LOCK"/> 27 <uses-permission android:name="android.permission.WAKE_LOCK"/>
27 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS"/> 28 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS"/>
28 <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> 29 <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
29 <uses-permission android:name="android.permission.USE_CREDENTIALS" /> 30 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
30 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> 31 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
31 <!-- Only Chrome can receive the messages and registration result for GCM -- > 32 <!-- Only Chrome can receive the messages and registration result for GCM -- >
32 <permission android:name="org.chromium.chrome.shell.permission.C2D_MESSAGE" 33 <permission android:name="org.chromium.chrome.shell.permission.C2D_MESSAGE"
33 android:protectionLevel="signature" /> 34 android:protectionLevel="signature" />
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 <service android:exported="false" 156 <service android:exported="false"
156 android:name="org.chromium.chrome.browser.notifications.Notific ationService"/> 157 android:name="org.chromium.chrome.browser.notifications.Notific ationService"/>
157 <receiver android:exported="false" 158 <receiver android:exported="false"
158 android:name="org.chromium.chrome.browser.notifications.Notifi cationService$Receiver"> 159 android:name="org.chromium.chrome.browser.notifications.Notifi cationService$Receiver">
159 <intent-filter> 160 <intent-filter>
160 <action android:name="org.chromium.chrome.browser.notifications. CLICK_NOTIFICATION" /> 161 <action android:name="org.chromium.chrome.browser.notifications. CLICK_NOTIFICATION" />
161 <action android:name="org.chromium.chrome.browser.notifications. CLOSE_NOTIFICATION" /> 162 <action android:name="org.chromium.chrome.browser.notifications. CLOSE_NOTIFICATION" />
162 </intent-filter> 163 </intent-filter>
163 </receiver> 164 </receiver>
164 165
165 <!-- Service Worker Background Sync service listener --> 166 <!-- Service Worker Background Sync GCM scheduler task -->
166 <service android:name="org.chromium.content.browser.BackgroundSyncLaunch erService" 167 <service android:name="org.chromium.content.browser.BackgroundSyncLaunch erService"
167 android:exported="false" /> 168 android:permission="com.google.android.gms.permission.BIND_NETWORK_T ASK_SERVICE"
168 <receiver android:name="org.chromium.content.browser.BackgroundSyncLaunc herService$Receiver"> 169 android:exported="true">
169 <intent-filter> 170 <intent-filter>
170 <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> 171 <action android:name="com.google.android.gms.gcm.ACTION_TASK_REA DY" />
171 </intent-filter> 172 </intent-filter>
172 </receiver> 173 </service>
173 174
174 <provider android:name="org.chromium.chrome.browser.ChromeBrowserProvide r" 175 <provider android:name="org.chromium.chrome.browser.ChromeBrowserProvide r"
175 android:authorities="org.chromium.chrome.shell" 176 android:authorities="org.chromium.chrome.shell"
176 android:exported="true" /> 177 android:exported="true" />
177 178
178 <!-- Provider for FileProvider. --> 179 <!-- Provider for FileProvider. -->
179 <provider android:name="android.support.v4.content.FileProvider" 180 <provider android:name="android.support.v4.content.FileProvider"
180 android:authorities="org.chromium.chrome.shell.FileProvider" 181 android:authorities="org.chromium.chrome.shell.FileProvider"
181 android:exported="false" 182 android:exported="false"
182 android:grantUriPermissions="true"> 183 android:grantUriPermissions="true">
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 <!-- Media route controllers to use for remote playback (cast). 240 <!-- Media route controllers to use for remote playback (cast).
240 This is here, rather than in code, since it varies between upstream and downstream, 241 This is here, rather than in code, since it varies between upstream and downstream,
241 yet we need this list of classes in the notification service, which belongs upstream 242 yet we need this list of classes in the notification service, which belongs upstream
242 and doesn't run the downstream Clank startup code. The Cast code wi ll, for each media element, 243 and doesn't run the downstream Clank startup code. The Cast code wi ll, for each media element,
243 choose the first MediaRouteController that can play it, so the orde r of the list can be important. 244 choose the first MediaRouteController that can play it, so the orde r of the list can be important.
244 The most specific MediaRouteControllers should be listed first, fol lowed by more generic ones --> 245 The most specific MediaRouteControllers should be listed first, fol lowed by more generic ones -->
245 <meta-data android:name="org.chromium.content.browser.REMOTE_MEDIA_PLAYE RS" 246 <meta-data android:name="org.chromium.content.browser.REMOTE_MEDIA_PLAYE RS"
246 android:value="org.chromium.chrome.browser.media.remote.DefaultMedia RouteController"/> 247 android:value="org.chromium.chrome.browser.media.remote.DefaultMedia RouteController"/>
247 </application> 248 </application>
248 </manifest> 249 </manifest>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698