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:
Dimitry Ivanov
2016-01-25 18:16:44 +00:00
committed by android-build-merger

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()) {