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
- Android
- ios9
- contentprovider
- 페이스북
- 배포
- xcode
- Activity 수명 주기
- BLOCK
- Google Cloud Messasing
- 데이터 공유
- 안드로이드 개발 레벨업 교과서
- In-app Billing
- 카카오톡
- gradle
- 다른 앱에서 열기
- unreal
- android studio
- Android O Preview
- AccountManager
- Push
- GCM
- 트위터
- Unchecked Exception
- NSURLConnection
- Android O
- HTTP
- service
- Google Cloud Messasging
- signing
- ios
Archives
- Today
- Total
목록ShortcutManager (1)
노블의 개발이야기
[Android] Android O - App Shortcuts
런처에 바로가기 아이콘을 생성하기 위해서 com.android.launcher.action.INSTALL_SHORTCUT 브로드 캐스트를 사용합니다. 그러나 Android O에서는 com.android.launcher.action.INSTALL_SHORTCUT 브로드캐스트는 암시적 브로드캐스트이므로 더 이상 앱에 아무런 영향을 주지 못합니다. 대신, ShortcutManager 클래스에서 requestPinShortcut() 메서드를 사용하여 앱 단축키를 만들어야 합니다. Pinning shortcuts (고정 단축키) 앱 단축키와 유사한 Pinning shortcuts를 사용하면 앱의 특정 기능을 빠르게 시작할 수 있습니다. 고정 단축키는 별도의 아이콘으로 런처에 표시됩니다. Note: 지원되는 런처로..
Android
2017. 8. 8. 11:59