Apply a11y screen to glif layout
Screenshot: https://hsv.googleplex.com/5745610682531840 Test: atest Bug: 126065441 Change-Id: I31f39d5d78a80e6badb92a4e79df261eeeeaa4d4
This commit is contained in:
@@ -33,14 +33,6 @@ public class AccessibilitySettingsForSetupWizardActivity extends SettingsActivit
|
||||
|
||||
private static final String SAVE_KEY_TITLE = "activity_title";
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedState) {
|
||||
super.onCreate(savedState);
|
||||
|
||||
// Finish configuring the content view.
|
||||
getActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onSaveInstanceState(Bundle savedState) {
|
||||
savedState.putCharSequence(SAVE_KEY_TITLE, getTitle());
|
||||
|
Reference in New Issue
Block a user