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

Commit 7951ad33 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove Identity Check V1 status" into main

parents 3e06b75b 308fd518
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -13815,15 +13815,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
@@ -324,7 +324,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,