[Solved] Is it possible for an app to POST to a web browser?


On Android:

http://developer.android.com/reference/org/apache/http/client/methods/HttpPost.html

The permission you need would be INTERNET. (Well, duh.)

solved Is it possible for an app to POST to a web browser?