diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml index 68905d8261d71d5d218c1154d632469b521acd04..11408400a3b48cb1222e315c919c70c4b878a02d 100644 --- a/chrome/android/java/AndroidManifest.xml +++ b/chrome/android/java/AndroidManifest.xml @@ -62,7 +62,9 @@ by a child template that "extends" this file. + @@ -72,28 +74,38 @@ by a child template that "extends" this file. + {% if is_desktop_android == "true" %} + {% endif %} {% set enable_screen_capture = enable_screen_capture|default(0) %} {% if enable_screen_capture == "true" %} + {% endif %} + + + - + @@ -104,12 +116,14 @@ by a child template that "extends" this file. --> + - + @@ -162,7 +176,9 @@ by a child template that "extends" this file. + @@ -378,6 +394,7 @@ by a child template that "extends" this file. + {% include "//brave/android/java/AndroidManifest_intent_filters.xml" %} @@ -954,6 +971,7 @@ by a child template that "extends" this file. + {% endif %} + {% include "//brave/android/java/AndroidManifest.xml" %} {% block extra_application_definitions %} {% endblock %} {% endmacro %}