I can't figure out how to do this,
Is this possible? I need to have my app called from a different app with data and then I need to return some data to the other app.
Yes, I know this is not the best way to handle things but I also help with a different basic that needs a on phone library to do things not possible in it but are in B4a.
I know most of it, set up Intent filters in the AndroidManifest file and all that.
How do I get the data included in the incoming intent into my app and how do I return
Basicly from the SDK I want to use
startActivityForResult(Intent, int)
onActivityResult(int, int, Intent)
setResult(int)
Thank you for any help
Ed
Is this possible? I need to have my app called from a different app with data and then I need to return some data to the other app.
Yes, I know this is not the best way to handle things but I also help with a different basic that needs a on phone library to do things not possible in it but are in B4a.
I know most of it, set up Intent filters in the AndroidManifest file and all that.
How do I get the data included in the incoming intent into my app and how do I return
Basicly from the SDK I want to use
startActivityForResult(Intent, int)
onActivityResult(int, int, Intent)
setResult(int)
Thank you for any help
Ed