setText doesn't set text to EditText
I'm having a problem that I've never had before in almost three years of developing with Android... I want to take a picture and after the picture is taked, the EditText s of the activity become clear. What I'm doing is set the values of the EditText to Strings using getText().toString() to restore them after taking the picture. The strings are stored perfectly with the data, but when I use setText , it doesn't work... The strange thing is that setHint works! How can it be? Here's the code I'm using: @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { if