Merge "Fix crash when loading resources without code" into pi-dev

am: c46279aa98

Change-Id: I3af4a66f050380c507ec59b9136f2ef6a4f41848
This commit is contained in:
Jason Monk
2018-05-15 09:52:15 -07:00
committed by android-build-merger

View File

@@ -700,7 +700,7 @@ public final class LoadedApk {
librarySearchPath, libraryPermittedPath, mBaseClassLoader,
null /* classLoaderName */);
StrictMode.setThreadPolicy(oldPolicy);
mAppComponentFactory = createAppFactory(mApplicationInfo, mClassLoader);
mAppComponentFactory = AppComponentFactory.DEFAULT;
}
return;