I would like to launch my custom app from web browser. I have found the answer to this question here: Make a link in the Android browser start up my app?
Now I would like to return some data from my custom application back to the web page that opened it and then POST it to the server.
Any ideas how to do this?
Matra
That is not possible, sorry.
You are welcome to have your custom application load some other Web page in the browser using an
ACTION_VIEWIntent. Or, you can integrateWebViewinto your application and have much greater control.