Merge "Remove default admin support message for an Enterprise device" into sc-dev

This commit is contained in:
Salud Lemus
2021-03-10 00:21:37 +00:00
committed by Android (Google) Code Review
3 changed files with 21 additions and 25 deletions

View File

@@ -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);
}
}