Skip to content

Commit

Permalink
For mozilla-mobile#12095: Remove TWA feature flag (mozilla-mobile#12096)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods authored Jul 2, 2020
1 parent daecbd3 commit ed3a80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
13 changes: 1 addition & 12 deletions app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ed3a80a

Please sign in to comment.