Merge "trigger file removal when slice permission is removed" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9c90811d29
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user