Remove "storage type" preference from Settings
Since storage type is mandated as hardware-backed, this preference is no longer meaningful. Bug: 160225361 Test: atest SettingsRoboTests Change-Id: I9b6c1d6afdd3563201b1e85673acf4d8cb81c0a1
This commit is contained in:
@@ -73,7 +73,6 @@ public class EncryptionAndCredential extends DashboardFragment {
|
||||
controllers.add(new PreferenceCategoryController(context,
|
||||
"encryption_and_credentials_status_category").setChildren(
|
||||
Arrays.asList(encryptStatusController)));
|
||||
controllers.add(new CredentialStoragePreferenceController(context));
|
||||
controllers.add(new UserCredentialsPreferenceController(context));
|
||||
controllers.add(new ResetCredentialsPreferenceController(context, lifecycle));
|
||||
controllers.add(new InstallCertificatePreferenceController(context));
|
||||
|
||||
Reference in New Issue
Block a user