Merge "Remove path to the apk from the permittedPath"
am: 5194d217b8
* commit '5194d217b81f7375f4d60c35b604bac8bffc51e7':
Remove path to the apk from the permittedPath
This commit is contained in:
@@ -359,7 +359,7 @@ public final class LoadedApk {
|
||||
}
|
||||
}
|
||||
|
||||
String libraryPermittedPath = mAppDir + File.pathSeparator + mDataDir;
|
||||
String libraryPermittedPath = mDataDir;
|
||||
boolean isBundledApp = false;
|
||||
|
||||
if (mApplicationInfo.isSystemApp()) {
|
||||
|
||||
Reference in New Issue
Block a user