Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); browserIntent.putExtra("force_fullscreen",true);// main logic is in this line startActivity(browserIntent);