diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 851497feb1560fb08b82e3dd009bb2dcfc024129..35ed4cdf7571bf02c1fbc18a11e4241ff7791359 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -28,6 +28,7 @@ by a child template that "extends" this file.
+ {% include "//brave/android/java/AndroidManifest_user_permissions.xml" %}
@@ -75,11 +78,17 @@ by a child template that "extends" this file.
+
+
+
@@ -88,7 +97,9 @@ by a child template that "extends" this file.
+
@@ -140,7 +151,9 @@ by a child template that "extends" this file.
+
{% block extra_uses_permissions %}
{% endblock %}
@@ -351,6 +364,7 @@ by a child template that "extends" this file.
+ {% include "//brave/android/java/AndroidManifest_intent_filters.xml" %}
@@ -1207,6 +1221,7 @@ by a child template that "extends" this file.
{% endif %}
+ {% include "//brave/android/java/AndroidManifest.xml" %}
{% block extra_application_definitions %}
{% endblock %}
{% endmacro %}