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. * Enables the Credit Cards autofill feature.
*/ */
val creditCardsFeature = Config.channel.isNightlyOrDebug const val creditCardsFeature = true
/** /**
* Enables WebAuthn support. * Enables WebAuthn support.

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

Loading…
Cancel
Save