zzkong

Results 1 comments of zzkong

``` private boolean hasNavigationBar(){ boolean hasBackKey = KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_BACK); boolean hasHomeKey = KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_HOME); if (hasBackKey && hasHomeKey) { return false; // no navigation bar, unless it is enabled in the settings...