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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user