Disable back button on SetupWizard flow.
Bug: 3383738 Change-Id: Ie06d85ee22482f865a8173a45d0645699427729e
This commit is contained in:
@@ -82,6 +82,9 @@ public class DateTimeSettingsSetupWizard extends Activity
|
||||
}
|
||||
|
||||
public void initUiForXl() {
|
||||
final View layoutRoot = findViewById(R.id.layout_root);
|
||||
layoutRoot.setSystemUiVisibility(View.STATUS_BAR_DISABLE_BACK);
|
||||
|
||||
// Currently just comment out codes related to auto timezone.
|
||||
// TODO: Remove them when we are sure they are unnecessary.
|
||||
/*
|
||||
|
Reference in New Issue
Block a user