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

Commit 1984e79d authored by Mike Lockwood's avatar Mike Lockwood
Browse files

UsbDeviceManager: Fix typo that broke adb on/off setting persistence



Bug: 5108784

Change-Id: I68ed4d442ce4d3f4651cb618902fb226ac5a3673
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 62c7b375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ public class UsbDeviceManager {
                mAdbEnabled = enable;
                // Due to the persist.sys.usb.config property trigger, changing adb state requires
                // switching to default function
                setEnabledFunctions(mDefaultFunctions, false);
                setEnabledFunctions(mDefaultFunctions, true);
                updateAdbNotification();
            }
        }