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