Merge "Derestrict ContextWrapper.createApplicationContext."

This commit is contained in:
Mathew Inwood
2021-01-07 10:19:23 +00:00
committed by Gerrit Code Review

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);