Remove default admin support message for an Enterprise device
Bug: 182195172 Test: m RunSettingsRoboTests ROBOTEST_FILTER=ActionDisabledByAdminDialogHelperTest Change-Id: Ie844eee14ff0cc6a1c2f9dd0485c865f4e5e3e72
This commit is contained in:
@@ -233,8 +233,6 @@ public class ActionDisabledByAdminDialogHelper {
|
||||
final TextView textView = root.findViewById(R.id.admin_support_msg);
|
||||
if (supportMessage != null) {
|
||||
textView.setText(supportMessage);
|
||||
} else if (!isFinancedDevice()) {
|
||||
textView.setText(R.string.default_admin_support_msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user