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
- JavaScript
- 보조정렬
- Java
- R
- tomcat
- es6
- Eclipse
- Android
- mybatis
- vaadin
- IntelliJ
- xPlatform
- hadoop
- Sqoop
- SQL
- SPC
- GIT
- 공정능력
- table
- MSSQL
- Kotlin
- window
- Python
- react
- plugin
- Spring
- Express
- mapreduce
- NPM
- SSL
Archives
- Today
- Total
반응형
목록2024/05/02 (1)
DBILITY
android shortcut
퍼미션은 없어도 되는 것 같은데SharedPreferences sharedPreferences = getSharedPreferences("FIRST_LAUNCH", Context.MODE_PRIVATE);if (sharedPreferences.getBoolean("FIRST_LAUNCH", true)) { sharedPreferences.edit().putBoolean("FIRST_LAUNCH", false).commit(); if (ShortcutManagerCompat.isRequestPinShortcutSupported(this)) { ShortcutInfoCompat shortcutInfoCompat = new ShortcutInfoCompat.Builder(this, "#..
android/java
2024. 5. 2. 20:38
반응형