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.
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.
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?