Merge "Copy AutofillOptions into derived Contexts"

This commit is contained in:
Joanne Chung
2021-09-06 10:49:05 +00:00
committed by Android (Google) Code Review

View File

@@ -3138,6 +3138,7 @@ class ContextImpl extends Context {
mIsConfigurationBasedContext = container.mIsConfigurationBasedContext;
mContextType = container.mContextType;
mContentCaptureOptions = container.mContentCaptureOptions;
mAutofillOptions = container.mAutofillOptions;
} else {
mBasePackageName = packageInfo.mPackageName;
ApplicationInfo ainfo = packageInfo.getApplicationInfo();