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:
parent
1f353b114c
commit
3ee301b924
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user