diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 774ed0dde04ec15862edb822a00db8f9f27e239f..95cac1a455ec3d6b801a7cbe39b841fcd9e61604 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 %}
+
+
+
-
+
@@ -103,12 +115,14 @@ by a child template that "extends" this file.
resizeTo, moveBy}|).
-->
+
-
+
@@ -161,7 +175,9 @@ by a child template that "extends" this file.
+
@@ -377,6 +393,7 @@ by a child template that "extends" this file.
+ {% include "//brave/android/java/AndroidManifest_intent_filters.xml" %}
@@ -916,6 +933,7 @@ by a child template that "extends" this file.
+
{% endif %}
+ {% include "//brave/android/java/AndroidManifest.xml" %}
{% block extra_application_definitions %}
{% endblock %}
{% endmacro %}