1

now,I have a problem,please help me if you know,thanks!

I have a Activity to show my username and password,and it have a button that will jump to browser of system to show a web page, how can i transfer my username and password to browser.

Clown
  • 493
  • 1
  • 4
  • 4
  • What does your mean? You want to access the page like `http://www.yoursite.com/?username=yourusername&password=yourpassword` ? – Hossein Mobasher May 25 '12 at 09:28
  • Hope the following provided links will help: http://stackoverflow.com/questions/2154862/opening-the-browser-through-an-intent-and-posting-data-for-paypal http://stackoverflow.com/questions/4119827/how-can-i-open-android-browser-with-specified-post-parameters – Awais Tariq May 25 '12 at 09:47

1 Answers1

0

You might need to pass uri in intent or so.

Hope the following provided links will help:

Opening the browser through an Intent and Posting data for PayPal

How can I open android browser with specified POST parameters?

Community
  • 1
  • 1
Awais Tariq
  • 7,724
  • 5
  • 31
  • 54