Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6571060 authored by Charles Chen's avatar Charles Chen Committed by Automerger Merge Worker
Browse files

Merge "Fix ClassLoader issue of WindowContext" into sc-v2-dev am: a9efae98 am: 778e0bc0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16102159

Change-Id: I0cbdc3be27f6fbb1df912eaf238f898b63586cc3
parents 318be1a4 778e0bc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2763,7 +2763,7 @@ class ContextImpl extends Context {
     */
    private static Resources createWindowContextResources(@NonNull ContextImpl windowContextBase) {
        final LoadedApk packageInfo = windowContextBase.mPackageInfo;
        final ClassLoader classLoader = windowContextBase.mClassLoader;
        final ClassLoader classLoader = windowContextBase.getClassLoader();
        final IBinder token = windowContextBase.getWindowContextToken();

        final String resDir = packageInfo.getResDir();