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

Commit b04fd481 authored by Jackal Guo's avatar Jackal Guo
Browse files

Revert "Mitigate the app visibility gap"

This reverts commit 51b96648.

Reason for revert: This may conflict with b/238420313, and will
                   have another CL to address the original problem.

Change-Id: Idd19907384af665ebf3dc387119d1955c99a876f
parent 51b96648
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -3555,11 +3555,6 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
        final CallerIdentity caller = getCallerIdentity();
        Preconditions.checkCallAuthorization(hasFullCrossUsersPermission(caller, userHandle));
        if (mInjector.getPackageManagerInternal().filterAppAccess(packageName, caller.getUid(),
                userHandle)) {
            return false;
        }
        synchronized (getLockObject()) {
            DevicePolicyData policy = getUserData(userHandle);
            final int N = policy.mAdminList.size();