Merge "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