I am facing with a problem related startActivityForResult()
To start SecondActivity from FirstActivity :
Intent intent = new Intent(); intent.setClas
Your code seems ok, but do you stop your second activity ?
Try this in it :
setResult(0); finish();