| Index: android_webview/apk/java/AndroidManifest.xml
|
| diff --git a/android_webview/apk/java/AndroidManifest.xml b/android_webview/apk/java/AndroidManifest.xml
|
| index b46f5236366b71741ddc109e924f8c551dcd02ee..e278d56c8aae09f4d914ac83ad23de9029abb71a 100644
|
| --- a/android_webview/apk/java/AndroidManifest.xml
|
| +++ b/android_webview/apk/java/AndroidManifest.xml
|
| @@ -37,13 +37,37 @@
|
| {% endmacro %}
|
| {{ common(package|default('com.android.webview'), 'libwebviewchromium.so') }}
|
| <meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES"
|
| - android:value="1"/>
|
| + android:value="5"/>
|
| <service android:name="org.chromium.content.app.SandboxedProcessService0"
|
| android:process=":sandboxed_process0"
|
| android:isolatedProcess="true"
|
| android:exported="true"
|
| tools:ignore="ExportedService"
|
| {{sandboxed_service_extra_flags|default('')}} />
|
| + <service android:name="org.chromium.content.app.SandboxedProcessService1"
|
| + android:process=":sandboxed_process1"
|
| + android:isolatedProcess="true"
|
| + android:exported="true"
|
| + tools:ignore="ExportedService"
|
| + {{sandboxed_service_extra_flags|default('')}} />
|
| + <service android:name="org.chromium.content.app.SandboxedProcessService2"
|
| + android:process=":sandboxed_process2"
|
| + android:isolatedProcess="true"
|
| + android:exported="true"
|
| + tools:ignore="ExportedService"
|
| + {{sandboxed_service_extra_flags|default('')}} />
|
| + <service android:name="org.chromium.content.app.SandboxedProcessService3"
|
| + android:process=":sandboxed_process3"
|
| + android:isolatedProcess="true"
|
| + android:exported="true"
|
| + tools:ignore="ExportedService"
|
| + {{sandboxed_service_extra_flags|default('')}} />
|
| + <service android:name="org.chromium.content.app.SandboxedProcessService4"
|
| + android:process=":sandboxed_process4"
|
| + android:isolatedProcess="true"
|
| + android:exported="true"
|
| + tools:ignore="ExportedService"
|
| + {{sandboxed_service_extra_flags|default('')}} />
|
| <meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES"
|
| android:value="0"/>
|
| </application>
|
|
|