browser - How To Open Webpage without addressbar in android -


i use code open browser , open webpage addressbar

string url = "http://www.google.com"; itent = new intent(intent.action_view); i.setdata(uri.parse(url)); startactivity(i); 

but want hide addressbar in webpage

for can use webview. opening default browser have address bar.


Comments

Popular posts from this blog

asp.net mvc 3 - Using mvc3, I need to add a username/password to the sql connection string at runtime -

kineticjs - draw multiple lines and delete individual line -

thumbnails - jQuery image rotate on hover -