Android 隱藏虛擬按鍵,而且全屏

/** * 隱藏虛擬按鍵,而且全屏 */protected void hideBottomUIMenu() { //隱藏虛擬按鍵,而且全屏 if (Build.VERSION.SDK_INT > 11 && Build.VERSION.SDK_INT < 19) { // lower api View v = this.getWindow().getDecorView()
相關文章
相關標籤/搜索