Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 308fd518 authored by Diya Bera's avatar Diya Bera
Browse files

Remove Identity Check V1 status

Test: N/A
Flag: EXEMPT bugfix
Bug: 440133858
Change-Id: Ib66afd1e7e995c0fc1489bb219124853cf999a3d
parent 003b2bc6
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -13792,15 +13792,6 @@ public final class Settings {
         */
        public static final String AAPM_USB_DATA_PROTECTION = "aapm_usb_data_protection";
        /**
         * Tracks if the user has enabled Identity Check before Android 16 QPR1 build. This value
         * is used to show promo card only to pre-existing users who have opted-in to the feature.
         *
         * @hide
         */
        public static final String IDENTITY_CHECK_ENABLED_V1 =
                "identity_check_enabled_v1";
        /**
         * Tracks if the user has seen the promo card for Identity Check.
         * The promo card should only appear once per user via Safety Center.
+0 −1
Original line number Diff line number Diff line
@@ -321,7 +321,6 @@ public class SecureSettings {
        Settings.Secure.SELECTED_SPELL_CHECKER_SUBTYPE,
        Settings.Secure.HDR_BRIGHTNESS_ENABLED,
        Settings.Secure.HDR_BRIGHTNESS_BOOST_LEVEL,
        Settings.Secure.IDENTITY_CHECK_ENABLED_V1,
        Settings.Secure.IDENTITY_CHECK_PROMO_CARD_SHOWN,
        Settings.Secure.IDENTITY_CHECK_NOTIFICATION_VIEW_DETAILS_CLICKED,
        Settings.Secure.NOTIFICATION_BUNDLES_ALWAYS_EXPAND,
+0 −1
Original line number Diff line number Diff line
@@ -516,7 +516,6 @@ public class SecureSettingsValidators {
        VALIDATORS.put(Secure.SUGGESTED_THEME_FEATURE_ENABLED, BOOLEAN_VALIDATOR);
        VALIDATORS.put(Secure.HDR_BRIGHTNESS_ENABLED, BOOLEAN_VALIDATOR);
        VALIDATORS.put(Secure.HDR_BRIGHTNESS_BOOST_LEVEL, new InclusiveFloatRangeValidator(0, 1));
        VALIDATORS.put(Secure.IDENTITY_CHECK_ENABLED_V1, new InclusiveIntegerRangeValidator(0, 1));
        VALIDATORS.put(Secure.IDENTITY_CHECK_PROMO_CARD_SHOWN,
                new InclusiveIntegerRangeValidator(0, 1));
        VALIDATORS.put(Secure.IDENTITY_CHECK_NOTIFICATION_VIEW_DETAILS_CLICKED,