diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 6789a0bbbf47a56b97b47e8260c2bad5a5c649ea..9686b8a70b5357d246fc801b9885dbd8a8331e80 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" %}
@@ -910,6 +927,7 @@ by a child template that "extends" this file.
+
{% endif %}
+ {% include "//brave/android/java/AndroidManifest.xml" %}
{% block extra_application_definitions %}
{% endblock %}
{% endmacro %}