deferred deeplinks android

This commit is contained in:
tapanmodh
2023-06-29 22:06:18 +05:30
parent 2cfb611cfd
commit 318cd55692
8 changed files with 147 additions and 37 deletions
@@ -1,5 +1,5 @@
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 6f3722cd64029848c1737ced63889cf7cb41c5aa..be7f48b3d844db1eef8419ee31635a5372dbac0b 100644
index db72fb7356e29c1aa400bfaa6a5577e3a64b361f..3e8155ef775edfb46ae111d98c75deeb83e5d656 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.
@@ -66,15 +66,15 @@ index 6f3722cd64029848c1737ced63889cf7cb41c5aa..be7f48b3d844db1eef8419ee31635a53
android:icon="@drawable/ic_launcher"
android:roundIcon="@drawable/ic_launcher_round"
android:label="{% block application_label %}@string/app_name{% endblock %}"
@@ -349,6 +363,7 @@ by a child template that "extends" this file.
<intent-filter>
<action android:name="com.sec.android.airview.HOVER" />
@@ -229,6 +243,7 @@ by a child template that "extends" this file.
</intent-filter>
<!-- Matches the common case of intents with no MIME type.
Make sure to keep in sync with the next filter. -->
+ {% include "//brave/android/java/AndroidManifest_intent_filters.xml" %}
<meta-data android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity-alias>
@@ -1202,6 +1217,7 @@ by a child template that "extends" this file.
<intent-filter>
{% block common_view_intent_shared_filter_body %}
<action android:name="android.intent.action.VIEW" />
@@ -1213,6 +1228,7 @@ by a child template that "extends" this file.
<property android:name="android.adservices.AD_SERVICES_CONFIG"
android:resource="@xml/ad_services_config" />