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

Commit bbee8f83 authored by Alex Johnston's avatar Alex Johnston Committed by Automerger Merge Worker
Browse files

Merge "DISALLOW_USB_FILE_TRANSFER update user restrictions" into sc-dev am: 4d2eee78

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14294135

Change-Id: I411845d64dfe5573c3081e38257d1fca607b250e
parents 0215546b 4d2eee78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ public class UsbService extends IUsbManager.Stub {
        final IntentFilter filter = new IntentFilter();
        filter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY);
        filter.addAction(DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED);
        mContext.registerReceiver(receiver, filter, null, null);
        mContext.registerReceiverAsUser(receiver, UserHandle.ALL, filter, null, null);
    }

    /**