Loading packages/SystemUI/src/com/android/systemui/flags/FlagDependenciesBase.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
packages/SystemUI/src/com/android/systemui/flags/FlagDependenciesBase.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading