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

Commit f94abc10 authored by Jerry Zhang's avatar Jerry Zhang Committed by android-build-merger
Browse files

Merge "Don't skip intents where config changed." am: 29a28235

am: d2e44e8d

Change-Id: I7dc7363297e5073266779e5986e12b3115590bdc
parents 224b9c28 d2e44e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -682,7 +682,7 @@ public class UsbDeviceManager {
            }

            // send broadcast intent only if the USB state has changed
            if (!isUsbStateChanged(intent)) {
            if (!isUsbStateChanged(intent) && !configChanged) {
                if (DEBUG) {
                    Slog.d(TAG, "skip broadcasting " + intent + " extras: " + intent.getExtras());
                }