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

Commit e057ed6b 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

* commit '5194d217':
  Remove path to the apk from the permittedPath
parents 8500093a 5194d217
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()) {