diff options
Diffstat (limited to 'core/java/android/provider/Settings.java')
-rw-r--r-- | core/java/android/provider/Settings.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 9cd0d3a..d997737 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -1499,6 +1499,15 @@ public final class Settings { "notifications_use_ring_volume"; /** + * Whether notifications should request audio focus. Could be disabled + * if a users favorite app behaves badly when audio focus is requested. + * Value is boolean. + * + * @hide + */ + public static final String NOTIFICATIONS_AUDIO_FOCUS = "notifications_audio_focus"; + + /** * Whether silent mode should allow vibration feedback. This is used * internally in AudioService and the Sound settings activity to * coordinate decoupling of vibrate and silent modes. This setting |