Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 작성
- nvidia-docker
- RX
- andorid
- 카드 내역 공유 앱
- android clean architecture
- 뷰 상태복구
- Quickly
- 카드내역 공유
- 특가촌
- 특가알람
- 특가게시판
- java.lang.OutOfMemoryError: Java heap space
- moveToState
- 올인원타이머
- 안드로이드 클린 아키텍쳐
- compileKotlin FAILED
- RxJava
- fragment
- Koin
- 뷰 상태 저장
- 대학톡
- 타이머앱
- 안드로이드
- todofication
- List
- Android
- recyclerview
- onViewCreated
- kotlin
Archives
- Today
- Total
목록short cut (1)
seoft
ShortCut 관련 기능 실행시 - Caller can't access shortcut information 에러
[문제정의] ShortCut 리스트 load 후 실행 할 로직을 위해 해당 코드 실행시 val launcherApps : LauncherApps by lazy { App.get.getSystemService(Context.LAUNCHER_APPS_SERVICE) as LauncherApps } launcherApps.getShortcuts(shortcutQuery,Process.myUserHandle()) 다음 에러 발생 Caller can't access shortcut information hasShortcutHostPermission() 호출시 false로 반환되는 상태 [문제해결] manifest를 홈런처로 지정해야만 사용이 가능 또한 Default Home Launcher로 지정이 ..
android
2019. 9. 27. 21:46