コード例 #1
0
 /// <summary>
 /// Remove the full screen mode tip.After Android 4.4 many stupid platform will show a terrible tip
 /// to tell user this is a full screen mode. Click ok to close tip.The problem is it only can be close by mouse or touch!!
 /// Use this function to exit the mode(it also full screen too) can close tip.
 /// 移除全屏模式提示。在安卓4.4之前一些傻X平台会在应用第一次打开的时候弹出一个很烦人的提示告诉用户这是全屏模式
 /// 可以通过点击OK关闭。问题此消息只能通过鼠标或触屏关闭。可使用此函数关闭(关闭后仍然是全屏)提示框
 /// </summary>
 public static void RemoveFullScreenTip()
 {
     OrbbecWrapper.RemoveFullScreenTip();
 }