I read much about issues with onActivityResult, but it seems that none of the described problems fit to mine, like putting a negative requestCode in start
onActivityResult
start
Had the same problem. check your manifest and make sure you are NOT using single instance:
android:launchMode="singleInstance"