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

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

Merge "updateUserSensitive asynchronously"

parents b54d0df4 117b5c7b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -628,4 +628,9 @@ public final class PermissionControllerServiceImpl extends PermissionControllerS
        // TODO: Default permission grants should go here
        RuntimePermissionsUpgradeController.upgradeIfNeeded(this);
    }

    @Override
    public void onUpdateUserSensitive() {
        Utils.updateUserSensitive(getApplication(), Process.myUserHandle());
    }
}