Disable back button on SetupWizard flow.

Bug: 3383738
Change-Id: Ie06d85ee22482f865a8173a45d0645699427729e
This commit is contained in:
Daisuke Miyakawa
2011-01-31 11:03:09 -08:00
parent 888669277e
commit 62fb701ea9
4 changed files with 8 additions and 0 deletions

View File

@@ -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.
/*