am 7257a32b: Merge "HTML5 Video runs into super full screen mode" into ics-mr1
* commit '7257a32b9ac7cbbb47659ed7bea4ab47e74ac3ec': HTML5 Video runs into super full screen mode
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user