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

Commit 1a30d0cb authored by Todd Kennedy's avatar Todd Kennedy
Browse files

Remove call to propagate permissions

There's a bug and will be fixed in the near future

Test: Manual
Change-Id: I9ef8c4a278acf1131f133431e571d438776ab1e1
parent 0e989d00
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
            }