SyntaxFix
Write A Post
Hire A Developer
Questions
String name = android.os.Build.USER; if (!TextUtils.isEmpty(name)) { nameEdit.setText(name); }