onActivityResult is never called in TabActivity

后端 未结 4 2127
谎友^
谎友^ 2021-01-21 17:39

I know there are tons of the same questions, but still OnActivityResult is not being called.

This is my code

Activity A:

        Intent i = new          


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-21 18:10

    On the child activity, I used it on the child activity

    getParent().startActivityForResult(intent, positive_request_code);
    

提交回复
热议问题