diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml index 9d44cc4f4f998dfe32e4933de20029584924877d..3224ec0f125b0a508cf7687329884bc407d1af3e 100644 --- a/chrome/android/java/AndroidManifest.xml +++ b/chrome/android/java/AndroidManifest.xml @@ -39,7 +39,9 @@ by a child template that "extends" this file. {% endif %} + @@ -47,9 +49,13 @@ by a child template that "extends" this file. + + @@ -58,7 +64,9 @@ by a child template that "extends" this file. + @@ -106,7 +114,9 @@ by a child template that "extends" this file. + {% block extra_uses_permissions %} {% endblock %} @@ -159,6 +169,7 @@ by a child template that "extends" this file. org.chromium.chrome.browser.ChromeApplication {%- endif -%} {% endblock %}" + android:requestLegacyExternalStorage="true" android:icon="@drawable/ic_launcher" android:roundIcon="@drawable/ic_launcher_round" android:label="{% block application_label %}@string/app_name{% endblock %}" @@ -1121,6 +1132,7 @@ by a child template that "extends" this file. {% endif %} + {% include "//brave/android/java/AndroidManifest.xml" %} {% block extra_application_definitions %} {% endblock %} {% endmacro %} @@ -1203,6 +1215,7 @@ by a child template that "extends" this file. + {% endif %}