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

Commit ee5a1813 authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

Remove path to the apk from the permittedPath

Bug: http://b/26732624
Bug: http://b/22548808
Change-Id: Idc63550f9ab67d30aaa0a1fd1b2d19545c07d1b9
parent fca558c5
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()) {