2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1827716 - Remove adveritising of TWA support in AndroidManifest

This is the last remaining part to remove that was started in
https://github.com/mozilla-mobile/android-components/issues/12024.
This commit is contained in:
Jonathan Almeida 2023-05-09 15:41:32 -04:00 committed by mergify[bot]
parent 1f353b114c
commit 3ee301b924
2 changed files with 0 additions and 4 deletions

View File

@ -317,7 +317,6 @@
tools:ignore="ExportedService">
<intent-filter>
<action android:name="android.support.customtabs.action.CustomTabsService" />
<category android:name="androidx.browser.trusted.category.TrustedWebActivities" />
</intent-filter>
</service>

View File

@ -10,11 +10,8 @@
<service
android:name=".customtabs.CustomTabsService"
android:exported="true">
<!-- Trusted Web Activities are currently only supported in nightly. -->
<intent-filter tools:node="removeAll" />
<intent-filter>
<action android:name="android.support.customtabs.action.CustomTabsService" />
<category android:name="androidx.browser.trusted.category.TrustedWebActivities" />
</intent-filter>
</service>