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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I59bdd1f9ce9ff65bd2b2fd4007b356116538fd65
This commit is contained in:
Mathew Inwood
2021-01-07 11:42:11 +00:00
committed by Automerger Merge Worker

View File

@@ -943,7 +943,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);