Notice
Recent Posts
Recent Comments
Link
목록ispipmode (1)
투케이2K
507. (kotlin/코틀린) [유틸 파일] isPipMode : 앱 PIP 모드 실행 상태 확인
[개발 환경 설정]개발 툴 : AndroidStudio개발 언어 : Kotlin [소스 코드] // ----------------------------------------------------------------------------------------- // TODO [SEARCH FAST] : [isPipMode] : 앱 PIP 모드 실행 상태 확인 // ----------------------------------------------------------------------------------------- fun isPipMode(mContext: Context): Boolean { /** *..
Kotlin
2024. 6. 5. 14:22