Merge "Remove call to propagate permissions"
This commit is contained in:
committed by
Android (Google) Code Review
commit
29d20fc0f9
@@ -203,7 +203,8 @@ class EphemeralApplicationRegistry {
|
||||
}
|
||||
|
||||
// Propagate permissions before removing any state
|
||||
propagateEphemeralAppPermissionsIfNeeded(pkg, userId);
|
||||
// TODO: Fix this later
|
||||
// propagateEphemeralAppPermissionsIfNeeded(pkg, userId);
|
||||
if (pkg.applicationInfo.isEphemeralApp()) {
|
||||
addEphemeralAppLPw(userId, ps.appId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user