Index: content/shell/android/shell_apk/AndroidManifest.xml.jinja2 |
diff --git a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2 b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2 |
index 8a71044487fcb7be29c71ec6ea67f58ccbc83874..2c1a63ed86dc193e07e0583a2b8e44c5a660a822 100644 |
--- a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2 |
+++ b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2 |
@@ -61,14 +61,14 @@ |
<meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDER" |
android:value="org.chromium.content.browser.SmartClipProvider" /> |
- <!-- Service Worker Background Sync service listener --> |
+ <!-- Service Worker Background Sync GCM scheduler task --> |
<service android:name="org.chromium.content.browser.BackgroundSyncLauncherService" |
- android:exported="false" /> |
- <receiver android:name="org.chromium.content.browser.BackgroundSyncLauncherService$Receiver"> |
+ android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE" |
+ android:exported="true"> |
<intent-filter> |
- <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> |
+ <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY" /> |
</intent-filter> |
- </receiver> |
+ </service> |
</application> |
</manifest> |