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

Commit 67edee73 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "trigger file removal when slice permission is removed" into rvc-dev am: 9c90811d

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

Change-Id: I080fdd23ca48dac9c962895e23e06a15ce289e08
parents ce46731d 9c90811d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class SlicePermissionManager implements DirtyTracker {
        }
        SliceClientPermissions client = getClient(pkgUser);
        client.clear();
        mHandler.obtainMessage(H.MSG_REMOVE, pkgUser);
        mHandler.obtainMessage(H.MSG_REMOVE, pkgUser).sendToTarget();
    }

    public String[] getAllPackagesGranted(String pkg) {