summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java')
-rwxr-xr-xcore/java/android/provider/Settings.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index b280c5d63cd7..fdf3afd00529 100755
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -9688,6 +9688,13 @@ public final class Settings {
"hdmi_control_auto_device_off_enabled";
/**
+ * Whether or not media is shown automatically when bypassing as a heads up.
+ * @hide
+ */
+ public static final String SHOW_MEDIA_ON_QUICK_SETTINGS =
+ "qs_media_player";
+
+ /**
* The interval in milliseconds at which location requests will be throttled when they are
* coming from the background.
*