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

Commit

Permalink
Bug 1827716 - Remove adveritising of TWA support in AndroidManifest
Browse files Browse the repository at this point in the history
This is the last remaining part to remove that was started in
mozilla-mobile/android-components#12024.
  • Loading branch information
jonalmeida authored and mergify[bot] committed May 19, 2023
1 parent eb73900 commit af0e01a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
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

0 comments on commit af0e01a

Please sign in to comment.