| 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 ecca6c273493a8e3aa5537b830344470a7fb4d12..f2e149f4a2aacc6dc2e1022911125500e47c8228 100644
|
| --- a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
|
| +++ b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
|
| @@ -49,7 +49,7 @@
|
| android:exported="false" />
|
| {% endfor %}
|
|
|
| - {% set num_privileged_services = 20 %}
|
| + {% set num_privileged_services = 3 %}
|
| <meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES"
|
| android:value="{{ num_privileged_services }}"/>
|
| {% for i in range(num_privileged_services) %}
|
|
|