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
Post a Comment