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

Commit 6cb4bb76 authored by vichang's avatar vichang Committed by Automerger Merge Worker
Browse files

Merge "Remove android.icu.impl.ICUBinary.dataPath for apps targeting S+" am: ffcc7427

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

Change-Id: I4e4b657a908907780c7530e30b05531e1ffe1017
parents 2442a584 ffcc7427
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -184,6 +184,7 @@ import com.android.org.conscrypt.OpenSSLSocketImpl;
import com.android.org.conscrypt.TrustedCertificateStore;
import com.android.server.am.MemInfoDumpProto;

import dalvik.system.AppSpecializationHooks;
import dalvik.system.CloseGuard;
import dalvik.system.VMDebug;
import dalvik.system.VMRuntime;
@@ -6384,6 +6385,9 @@ public final class ActivityThread extends ClientTransactionHandler {
        Process.setStartTimes(SystemClock.elapsedRealtime(), SystemClock.uptimeMillis());

        AppCompatCallbacks.install(data.disabledCompatChanges);
        // Let libcore handle any compat changes after installing the list of compat changes.
        AppSpecializationHooks.handleCompatChangesBeforeBindingApplication();

        mBoundApplication = data;
        mConfiguration = new Configuration(data.config);
        mCompatConfiguration = new Configuration(data.config);