| Index: chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| index c91196e7e13804dba3fc1548a71783ae3bc47fc6..3aa5dd846be6b4b0262499ebcdc1903900e980a7 100644
|
| --- a/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| +++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| @@ -192,5 +192,15 @@
|
| <meta-data android:name="org.chromium.chrome.browser.SERVICE_TAB_LAUNCHER"
|
| android:value="org.chromium.chrome.shell.ChromeShellServiceTabLauncher" />
|
|
|
| + <!-- Precache service. -->
|
| + <service android:name="org.chromium.chrome.browser.precache.PrecacheService"
|
| + android:exported="false" />
|
| + <receiver android:name="org.chromium.chrome.browser.precache.PrecacheServiceLauncher">
|
| + <intent-filter>
|
| + <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/>
|
| + <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/>
|
| + <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
| + </intent-filter>
|
| + </receiver>
|
| </application>
|
| </manifest>
|
|
|