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

Commit 9343f57d authored by Shahriyar Amini's avatar Shahriyar Amini
Browse files

Add constant for package verifier state.

Add a constant to be used as the key to obtain package verifier state from
Settings.Secure.

Bug: 31002801
Test: runtest --path frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/SettingsProviderTest.java

Change-Id: I57b635e212dfb2906eb439afeca0647b4781c087
parent 244a63a2
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -6729,6 +6729,14 @@ public final class Settings {
         */
         */
        public static final String DEVICE_PAIRED = "device_paired";
        public static final String DEVICE_PAIRED = "device_paired";


        /**
         * Integer state indicating whether package verifier is enabled.
         * TODO(b/34259924): Remove this setting.
         *
         * @hide
         */
        public static final String PACKAGE_VERIFIER_STATE = "package_verifier_state";

        /**
        /**
         * This are the settings to be backed up.
         * This are the settings to be backed up.
         *
         *