For #19734 - Enable Credit cards autofill for Release (#19735)

upstream-sync
Gabriel Luong 3 years ago committed by GitHub
parent 172a118a51
commit 33b2789270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ object FeatureFlags {
/**
* Enables the Credit Cards autofill feature.
*/
val creditCardsFeature = Config.channel.isNightlyOrDebug
const val creditCardsFeature = true
/**
* Enables WebAuthn support.

@ -73,8 +73,7 @@
<androidx.preference.Preference
app:iconSpaceReserved="false"
android:key="@string/pref_key_credit_cards"
android:title="@string/preferences_credit_cards"
app:isPreferenceVisible="false" />
android:title="@string/preferences_credit_cards" />
<androidx.preference.Preference
android:key="@string/pref_key_accessibility"

Loading…
Cancel
Save