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
- hadoop
- mapreduce
- R
- xPlatform
- 보조정렬
- MSSQL
- Spring
- JavaScript
- es6
- Eclipse
- react
- mybatis
- tomcat
- Python
- GIT
- window
- table
- Express
- SSL
- Android
- plugin
- NPM
- Sqoop
- SPC
- vaadin
- Java
- SQL
- IntelliJ
- Kotlin
- 공정능력
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
반응형