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

Commit 2527ac8d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add EXTRA_USER when sending broadcasts used by managed provisioning."

parents f3608b45 0308a965
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10889,6 +10889,7 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
            int user, String action, boolean leaveAllSystemAppsEnabled) {
        final Intent intent = new Intent(DevicePolicyManager.ACTION_PROVISIONING_COMPLETED)
                .putExtra(Intent.EXTRA_USER_HANDLE, user)
                .putExtra(Intent.EXTRA_USER, UserHandle.of(user))
                .putExtra(
                        DevicePolicyManager.EXTRA_PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED,
                        leaveAllSystemAppsEnabled)