Untitled
public text v1 · immutable String content = EntityUtils.toString(response.getEntity());
if(content == "EMAIL_PLS") {
EditText errorText = (EditText)findViewById(R.id.errorText);
errorText.setText("Please enter a email");
}