fun isSystemInDarkMode() = resources.configuration.uiMode.and(Configuration.UI_MODE_NIGHT_MASK) == Configuration.UI_MODE_NIGHT_YES
728x90
'천복만복 프로그래밍 > 천복만복 안드로이드' 카테고리의 다른 글
Non SDK Interface restriction (0) | 2023.05.26 |
---|---|
[Android] Access media files from shared storage (1) (0) | 2023.03.04 |
Access app-specific files 가이드 문서 정리 (1) | 2022.09.17 |
Android Custom View, Custom View Group (0) | 2022.09.06 |
코틀린 모듈을 안드로이드 라이브러리 모듈로 바꾸는 방법 (0) | 2022.09.04 |