Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Bug 1827716 - Remove adveritising of TWA support in AndroidManifest #1965

Merged
merged 4 commits into from
May 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@
tools:ignore="ExportedService">
<intent-filter>
<action android:name="android.support.customtabs.action.CustomTabsService" />
<category android:name="androidx.browser.trusted.category.TrustedWebActivities" />
<category android:name="androidx.browser.trusted.category.NavBarColorCustomization" />
</intent-filter>
</service>

Expand Down
1 change: 0 additions & 1 deletion fenix/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
3 changes: 0 additions & 3 deletions fenix/app/src/nightly/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down