Merge "Derestrict ContextWrapper.createApplicationContext."
This commit is contained in:
@@ -943,7 +943,7 @@ public class ContextWrapper extends Context {
|
|||||||
|
|
||||||
/** @hide */
|
/** @hide */
|
||||||
@Override
|
@Override
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
|
@UnsupportedAppUsage(trackingBug = 175981568)
|
||||||
public Context createApplicationContext(ApplicationInfo application,
|
public Context createApplicationContext(ApplicationInfo application,
|
||||||
int flags) throws PackageManager.NameNotFoundException {
|
int flags) throws PackageManager.NameNotFoundException {
|
||||||
return mBase.createApplicationContext(application, flags);
|
return mBase.createApplicationContext(application, flags);
|
||||||
|
|||||||
Reference in New Issue
Block a user