First, the English writing skills are lacking.
- Use Device: galaxy note2 (android 4.4.2)
Problems
- A Activity -> Intent -> B Activity
- B Activity -> Return Intent -> A Activity not Call onActivityResult
- Come to debugging, The 'onPause' of A Activity and 'onResume' of A Activity is run before B Activity switch.
- So be 'onActivityResult' is first run is not getting the 'onActivityResult' behavior.
In normal operation, but it 'nexus 5(android 5.1.1)'