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

Commit 4e264739 authored by Steve Kondik's avatar Steve Kondik
Browse files

Revert "Make the ADB connected notification non-persistent."

Causes problems on phones like Vision. We have a setting to disable
the notification altogether, so this is pointless and causes the
trackpad light to flash all the time.

This reverts commit 39a636a0.

Change-Id: I4badd0d2c9289db18084f6c6a9bb4621ecbb8b1d
parent 2d0ec35c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1621,6 +1621,7 @@ 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;