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

Commit 8994a1ff authored by Alex Salo's avatar Alex Salo
Browse files

Add a setting to control JIT for priv apps.

This flag can be controlled by Phenotype starting GmsCore v9.

Bug: 67415855
Test: not needed
Change-Id: I07d31dd209ab0a0e48ce745f1b54be63f5993e5d
parent 53f80116
Loading
Loading
Loading
Loading
+32 −20
Original line number Diff line number Diff line
@@ -8015,6 +8015,7 @@ public final class Settings {
        /**
         * Whether TV will automatically turn on upon reception of the CEC command
         * <Text View On> or <Image View On>. (0 = false, 1 = true)
         *
         * @hide
         */
        public static final String HDMI_CONTROL_AUTO_WAKEUP_ENABLED =
@@ -8023,14 +8024,25 @@ public final class Settings {
        /**
         * Whether TV will also turn off other CEC devices when it goes to standby mode.
         * (0 = false, 1 = true)
         *
         * @hide
         */
        public static final String HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED =
                "hdmi_control_auto_device_off_enabled";

        /**
         * If <b>true</b>, enables out-of-the-box execution for priv apps.
         * Default: false
         * Values: 0 = false, 1 = true
         *
         * @hide
         */
        public static final String PRIV_APP_OOB_ENABLED = "priv_app_oob_enabled";

        /**
         * The interval in milliseconds at which location requests will be throttled when they are
         * coming from the background.
         *
         * @hide
         */
        public static final String LOCATION_BACKGROUND_THROTTLE_INTERVAL_MS =