Is it possible to fire up an Intent to start the browser and put some
parameters to this Intent which where send by post method if the
browser do the request to the server? I would like to do something
like this:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://
www.xyz.com?param1=value1¶m2=value2));
But i won't send the parameters with get but rather then with post in
order to prevent "login" the parameter in the browser history.
thx for your proposal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---