Loading core/java/android/provider/Settings.java +32 −20 Original line number Diff line number Diff line Loading @@ -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 = Loading @@ -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 = Loading Loading
core/java/android/provider/Settings.java +32 −20 Original line number Diff line number Diff line Loading @@ -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 = Loading @@ -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 = Loading