Skip to content

Commit a25079e

Browse files
committed
Show the ADB icon in the status bar again.
Bug: 6440323 Change-Id: I3b1972d18be4ad77a87c4b71673b6cfb7735c59e
1 parent e95658c commit a25079e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/usb/UsbDeviceManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ private void updateAdbNotification() {
686686
notification.defaults = 0; // please be quiet
687687
notification.sound = null;
688688
notification.vibrate = null;
689-
notification.priority = Notification.PRIORITY_MIN;
689+
notification.priority = Notification.PRIORITY_LOW;
690690

691691
Intent intent = Intent.makeRestartActivityTask(
692692
new ComponentName("com.android.settings",

0 commit comments

Comments
 (0)