mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
parent
daecbd348b
commit
ed3a80a756
@ -18,17 +18,6 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
tools:replace="android:name"
|
tools:replace="android:name"
|
||||||
android:name="org.mozilla.fenix.DebugFenixApplication">
|
android:name="org.mozilla.fenix.DebugFenixApplication" />
|
||||||
|
|
||||||
<service android:name=".customtabs.CustomTabsService">
|
|
||||||
<!-- 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>
|
|
||||||
|
|
||||||
</application>
|
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@ -231,6 +231,7 @@
|
|||||||
tools:ignore="ExportedService">
|
tools:ignore="ExportedService">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.support.customtabs.action.CustomTabsService" />
|
<action android:name="android.support.customtabs.action.CustomTabsService" />
|
||||||
|
<category android:name="androidx.browser.trusted.category.TrustedWebActivities" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user