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

Commit 55350450 authored by Mathew Inwood's avatar Mathew Inwood Committed by Automerger Merge Worker
Browse files

Merge "Derestrict ContextWrapper.createApplicationContext." am: 6e1f2d20 am:...

Merge "Derestrict ContextWrapper.createApplicationContext." am: 6e1f2d20 am: 4b46fb6b am: f1f8f956

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If47397df98ebb90c079d110fbfd947aa17abe05b
parents 7840d209 f1f8f956
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -947,7 +947,7 @@ public class ContextWrapper extends Context {

    /** @hide */
    @Override
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    @UnsupportedAppUsage(trackingBug = 175981568)
    public Context createApplicationContext(ApplicationInfo application,
            int flags) throws PackageManager.NameNotFoundException {
        return mBase.createApplicationContext(application, flags);