I have an Activity in which I use startActivityForResult(intent,634). If I using it from activity, requestCode in onActivityResult() is Ok. But if I use startActivityForResult(intent,634) from my DialogFragment in this Activity, I'm getting another requestCode, something like 66170. So why its happens?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
It was a stupid question. But for anyone else who runs into the same "problem" I'm posting the answer. It's happens because if you use |
|||||
|