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

Commit d1d53361 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Increase notification priority for adb connections.

Change-Id: I04ec4dac40737d59a32775e579f734a5460db25c
parent 495f1381
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -858,7 +858,7 @@ public class UsbDeviceManager {
                            .setOngoing(true)
                            .setTicker(title)
                            .setDefaults(0)  // please be quiet
                            .setPriority(Notification.PRIORITY_LOW)
                            .setPriority(Notification.PRIORITY_DEFAULT)
                            .setColor(mContext.getColor(
                                    com.android.internal.R.color.system_notification_accent_color))
                            .setContentTitle(title)