Remove call to propagate permissions
There's a bug and will be fixed in the near future Test: Manual Change-Id: I9ef8c4a278acf1131f133431e571d438776ab1e1
This commit is contained in:
@@ -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