We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95658c commit a25079eCopy full SHA for a25079e
services/java/com/android/server/usb/UsbDeviceManager.java
@@ -686,7 +686,7 @@ private void updateAdbNotification() {
686
notification.defaults = 0; // please be quiet
687
notification.sound = null;
688
notification.vibrate = null;
689
- notification.priority = Notification.PRIORITY_MIN;
+ notification.priority = Notification.PRIORITY_LOW;
690
691
Intent intent = Intent.makeRestartActivityTask(
692
new ComponentName("com.android.settings",
0 commit comments