Loading services/usb/java/com/android/server/usb/UsbDeviceManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -772,7 +772,8 @@ public class UsbDeviceManager { } private void updateUsbNotification() { if (mNotificationManager == null || !mUseUsbNotification) return; if (mNotificationManager == null || !mUseUsbNotification || ("0".equals(SystemProperties.get("persist.charging.notify")))) return; int id = 0; Resources r = mContext.getResources(); if (mConnected || mHostConnected) { Loading Loading
services/usb/java/com/android/server/usb/UsbDeviceManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -772,7 +772,8 @@ public class UsbDeviceManager { } private void updateUsbNotification() { if (mNotificationManager == null || !mUseUsbNotification) return; if (mNotificationManager == null || !mUseUsbNotification || ("0".equals(SystemProperties.get("persist.charging.notify")))) return; int id = 0; Resources r = mContext.getResources(); if (mConnected || mHostConnected) { Loading