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:
Todd Kennedy
2017-01-20 13:50:08 -08:00
parent 0e989d00ed
commit 1a30d0cb4d

View File

@@ -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);
}