Android开发:在全屏模式下在Google Chrome中打开网址

时间:2014-07-10 02:59:56

标签: android google-chrome android-intent

我想从我的Android应用中使用Google Chrome打开任何网址。如果可能的话,还想知道如何设置全屏模式。 我知道如何使用默认的android浏览器,从以下讨论:

How can I open a URL in Android's web browser from my application?

代码:

Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com")); startActivity(browserIntent);

0 个答案:

没有答案