Loading services/java/com/android/server/usb/UsbDeviceManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -686,7 +686,7 @@ public class UsbDeviceManager { notification.defaults = 0; // please be quiet notification.sound = null; notification.vibrate = null; notification.priority = Notification.PRIORITY_MIN; notification.priority = Notification.PRIORITY_LOW; Intent intent = Intent.makeRestartActivityTask( new ComponentName("com.android.settings", Loading Loading
services/java/com/android/server/usb/UsbDeviceManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -686,7 +686,7 @@ public class UsbDeviceManager { notification.defaults = 0; // please be quiet notification.sound = null; notification.vibrate = null; notification.priority = Notification.PRIORITY_MIN; notification.priority = Notification.PRIORITY_LOW; Intent intent = Intent.makeRestartActivityTask( new ComponentName("com.android.settings", Loading