Tiger Oakes
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
12 deletions
-
app/src/debug/AndroidManifest.xml
-
app/src/main/AndroidManifest.xml
|
|
@ -18,17 +18,6 @@ |
|
|
|
|
|
|
|
<application |
|
|
|
tools:replace="android:name" |
|
|
|
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> |
|
|
|
android:name="org.mozilla.fenix.DebugFenixApplication" /> |
|
|
|
|
|
|
|
</manifest> |
|
|
|
|
|
@ -231,6 +231,7 @@ |
|
|
|
tools:ignore="ExportedService"> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.support.customtabs.action.CustomTabsService" /> |
|
|
|
<category android:name="androidx.browser.trusted.category.TrustedWebActivities" /> |
|
|
|
</intent-filter> |
|
|
|
</service> |
|
|
|
|
|
|
|