Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39a636a0 authored by Steve Kondik's avatar Steve Kondik
Browse files

Make the ADB connected notification non-persistent.

parent ac6680fb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1137,7 +1137,6 @@ class NotificationManagerService extends INotificationManager.Stub
                        mAdbNotification = new Notification();
                        mAdbNotification.icon = com.android.internal.R.drawable.stat_sys_adb;
                        mAdbNotification.when = 0;
                        mAdbNotification.flags = Notification.FLAG_ONGOING_EVENT;
                        mAdbNotification.tickerText = title;
                        mAdbNotification.defaults = 0; // please be quiet
                        mAdbNotification.sound = null;