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

Commit d2e44e8d 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

Change-Id: I65c377c4fb84223787245e28f0de31a0e4f8a6e5
parents fa927829 29a28235
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());
                }