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

Commit 5194d217 authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by Gerrit Code Review
Browse files

Merge "Remove path to the apk from the permittedPath"

parents 7519dce8 ee5a1813
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ public final class LoadedApk {
                    }
                }

                String libraryPermittedPath = mAppDir + File.pathSeparator + mDataDir;
                String libraryPermittedPath = mDataDir;
                boolean isBundledApp = false;

                if (mApplicationInfo.isSystemApp()) {