Merge "Fix background inconsistency of the Settings page in SUW" into sc-dev am: 7f065adfcb

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14255423

Change-Id: I3bd7071e577a02b36d44274b49832329b57149fb
This commit is contained in:
TreeHugger Robot
2021-04-21 13:33:07 +00:00
committed by Automerger Merge Worker
4 changed files with 3 additions and 2 deletions

View File

@@ -90,6 +90,8 @@ public class AccessibilitySettingsForSetupWizardActivity extends SettingsActivit
.setSourceMetricsCategory(caller instanceof Instrumentable
? ((Instrumentable) caller).getMetricsCategory()
: Instrumentable.METRICS_CATEGORY_UNKNOWN)
.setExtras(SetupWizardUtils.copyLifecycleExtra(getIntent().getExtras(),
new Bundle()))
.launch();
return true;
}