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?
I have a use case that an App A calls my App B through
startActivityForResult.Current behavior:
after
triggerRebirthcall, app A is called back but theintentsent by App B is null a lot of times.is there any workaround about having
intentdata not null?