diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/FlagDependenciesBase.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/FlagDependenciesBase.kt b/packages/SystemUI/src/com/android/systemui/flags/FlagDependenciesBase.kt index e96660fe4f79..6560ee3408d4 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/FlagDependenciesBase.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/FlagDependenciesBase.kt @@ -133,6 +133,7 @@ constructor( .setContentTitle(title) .setContentText(details) .setStyle(Notification.BigTextStyle().bigText(details)) + .setVisibility(Notification.VISIBILITY_PUBLIC) .build() notifManager.createNotificationChannel(channel) notifManager.notify("flags", 0, notification) |