안녕하세요 초보 개발자입니다.
app단에서 com.android.internal.R을 접근 하는 방법을 알고 싶습니다.
a_oContext.getResources().getBoolean(com.android.internal.R.bool.config_showNavigationBar);
와 같이 작성을 하면 이클립스에서 아래와 같은 error 메세지를 보여 주고 있습니다.
com.android.internal.R cannot be resolved to a variable
고수님들의 도움이 필요합니다 ㅠㅠ
추가적으로 App 단에서 Navigation bar가 활성화 상태인지 알 수 있는 방법이 있을까요?