Andrea Mallery
Andrea Mallery
I add some code onResultActivity like this,it seems solved my problem ``` private OnResult onResultActivity() { return new OnResult() { @Override public void response(final int resultCode, final Intent data) {...
Different mobile phone test results are the same I write a demo https://github.com/kexuebiao/demo_activityresult/blob/master/app/src/main/java/cc/activity/activityresult/FirstActivity.java this is the log ``` 01-06 22:50:06.601 26087-26087/cc.activity.activityresult I/FirstActivity: onResume: // click the FirstActivity Button 01-06 22:50:10.495...