Merge "HTML5 Video runs into super full screen mode" into ics-mr1

This commit is contained in:
Teng-Hui Zhu
2011-11-22 08:54:59 -08:00
committed by Android (Google) Code Review

View File

@@ -261,6 +261,8 @@ public class HTML5VideoFullScreen extends HTML5VideoView
mLayout.addView(getSurfaceView(), layoutParams);
mLayout.setVisibility(View.VISIBLE);
mLayout.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE
| View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);
WebChromeClient client = webView.getWebChromeClient();
if (client != null) {