Merge "Fix background inconsistency of the Settings page in SUW" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-21 13:06:45 +00:00
committed by Android (Google) Code Review
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;
}