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
- fragment
- 타이머앱
- 특가게시판
- compileKotlin FAILED
- todofication
- RxJava
- nvidia-docker
- 안드로이드 클린 아키텍쳐
- java.lang.OutOfMemoryError: Java heap space
- 작성
- RX
- 카드내역 공유
- andorid
- Quickly
- 안드로이드
- 대학톡
- Android
- moveToState
- recyclerview
- 올인원타이머
- 특가알람
- 뷰 상태복구
- 특가촌
- 뷰 상태 저장
- android clean architecture
- 카드 내역 공유 앱
- kotlin
- onViewCreated
- Koin
- List
Archives
- Today
- Total
목록Caller can't access shortcut information (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