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

Commit 844ccc5a authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by android-build-merger
Browse files

Merge "Remove path to the apk from the permittedPath" am: 5194d217

am: e057ed6b

* commit 'e057ed6b':
  Remove path to the apk from the permittedPath
parents d321954f e057ed6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ public final class LoadedApk {
                    }
                }

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

                if (mApplicationInfo.isSystemApp()) {