ProcessPhoenix
ProcessPhoenix copied to clipboard
Is it possible to have the same behaviour with startActivityForResult
I have a use case that an App A calls my App B through startActivityForResult
.
Current behavior:
after triggerRebirth
call, app A is called back but the intent
sent by App B is null a lot of times.
is there any workaround about having intent
data not null?