summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-02-04 19:48:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-02-04 19:48:33 +0000
commitfb961bf0bd4364a9c0caa616e0e9b88997a4bb13 (patch)
tree2087892f5c10f8302afd6f5c68bb106876af3f59 /core/java
parentad0a58aa2c394e8b4639fb82493bfbf95f000a3e (diff)
parent043736647d5ac4dea7aab53fc23a4ab611dd4cfa (diff)
Merge "Allow the visual dismissal of foreground service notifs"
Diffstat (limited to 'core/java')
-rw-r--r--core/java/com/android/internal/config/sysui/SystemUiDeviceConfigFlags.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/com/android/internal/config/sysui/SystemUiDeviceConfigFlags.java b/core/java/com/android/internal/config/sysui/SystemUiDeviceConfigFlags.java
index b232efc8f46c..3322834c9ed1 100644
--- a/core/java/com/android/internal/config/sysui/SystemUiDeviceConfigFlags.java
+++ b/core/java/com/android/internal/config/sysui/SystemUiDeviceConfigFlags.java
@@ -253,6 +253,13 @@ public final class SystemUiDeviceConfigFlags {
public static final String NOTIFICATIONS_USE_PEOPLE_FILTERING =
"notifications_use_people_filtering";
+ /**
+ * (boolean) Whether or not to enable user dismissing of foreground service notifications
+ * into a new section at the bottom of the notification shade.
+ */
+ public static final String NOTIFICATIONS_ALLOW_FGS_DISMISSAL =
+ "notifications_allow_fgs_dismissal";
+
// Flags related to brightline falsing
/**