diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 1aef3a4966f4069890ad1be6265f9e48743b61e3..61aa5c7c9a230e6663c3a49a7fcdba8eb22056f6 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -38,6 +38,7 @@ by a child template that "extends" this file.
+ {% include "//brave/android/java/AndroidManifest_user_permissions.xml" %}
@@ -62,7 +63,9 @@ by a child template that "extends" this file.
+
@@ -79,24 +82,32 @@ by a child template that "extends" this file.
{% endif %}
{% set enable_screen_capture = enable_screen_capture|default(0) %}
{% if enable_screen_capture == "true" %}
+
{% endif %}
+
+
+
-
+
+
-
+
@@ -166,7 +179,9 @@ by a child template that "extends" this file.
+
@@ -383,6 +398,7 @@ by a child template that "extends" this file.
+ {% include "//brave/android/java/AndroidManifest_intent_filters.xml" %}
@@ -925,6 +941,7 @@ by a child template that "extends" this file.
+
{% endif %}
+ {% include "//brave/android/java/AndroidManifest.xml" %}
{% block extra_application_definitions %}
{% endblock %}
{% endmacro %}