Merge "Remove path to the apk from the permittedPath"

This commit is contained in:
Dimitry Ivanov
2016-01-25 18:04:18 +00:00
committed by Gerrit Code Review

View File

@@ -359,7 +359,7 @@ public final class LoadedApk {
}
}
String libraryPermittedPath = mAppDir + File.pathSeparator + mDataDir;
String libraryPermittedPath = mDataDir;
boolean isBundledApp = false;
if (mApplicationInfo.isSystemApp()) {