Migrating to new footer button for storage migrated pages
Remove unused files storage_wizard_ready.xml and storage_wizard_navigation.xml Bug: 120805516 Test: RunSettingsRoboTests Change-Id: Ie3f0023413244dfc2b3f8dddae42977c920e93ac
This commit is contained in:
@@ -30,7 +30,6 @@ import com.android.settings.R;
|
||||
import com.android.settings.overlay.FeatureFactory;
|
||||
|
||||
public class StorageWizardInit extends StorageWizardBase {
|
||||
private Button mExternal;
|
||||
private Button mInternal;
|
||||
|
||||
private boolean mIsPermittedToAdopt;
|
||||
@@ -49,7 +48,6 @@ public class StorageWizardInit extends StorageWizardBase {
|
||||
|
||||
setHeaderText(R.string.storage_wizard_init_v2_title, getDiskShortDescription());
|
||||
|
||||
mExternal = requireViewById(R.id.storage_wizard_init_external);
|
||||
mInternal = requireViewById(R.id.storage_wizard_init_internal);
|
||||
|
||||
setBackButtonText(R.string.storage_wizard_init_v2_later);
|
||||
|
||||
Reference in New Issue
Block a user