반응형
출처 - http://stackoverflow.com/questions/16092431/check-for-navigation-bar
boolean
hasMenuKey = ViewConfiguration.get(context).hasPermanentMenuKey();
boolean
hasBackKey = KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_BACK);
if
(!hasMenuKey && !hasBackKey) {
// Do whatever you need to do, this device has a navigation bar
}
반응형
'개발 > 안드로이드' 카테고리의 다른 글
안드로이드 N 멀티윈도우 지원하기 (0) | 2016.06.04 |
---|---|
Direct Boot용으로 개발하기 (0) | 2016.06.04 |
커스텀 폰트 쉽게 적용하는 방법 - Typekit (0) | 2016.06.02 |
페이스북(Facebook) 로그인 연동 with 안드로이드 스튜디오 (1) | 2016.06.02 |
안드로이드 스튜디오 debug/sign key 만들기 (0) | 2016.05.31 |
댓글