본문 바로가기

Debbi Story

검색하기
Debbi Story
프로필사진 Debbi

  • 분류 전체보기 (38)
    • 일상 (0)
    • mac 사용 tip (3)
    • 안드로이드 (28)
      • Plugins (3)
      • Jetpack (2)
      • Tip (19)
      • WebView (1)
      • PlayStore (3)
    • git (2)
    • 알고리즘 연습 (2)
    • 삽질 일기 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
  • Blinking
  • webview
  • Git
  • LOG
  • onReceivedSslError
  • Android
  • notification
  • navigation component
  • App Startup
  • 403 Error
  • datastore
  • ExifInterface
  • room
  • onResume
  • jsontokotlinclass
  • 이미지 gps
  • notification setting
  • skipcollapsed
  • application
  • ActivityResultContracts
  • circlecrop
  • BottomSheetDialog
  • Plugins
  • shotcut
  • kdoc-generator
  • prettyJson
  • notification bar
  • itemAnimator
  • requestPermission
  • ChromeCustomTab
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록notification setting (1)

Debbi Story

[Android] 알림 설정 이동 하기!

앱 알림 설정 화면으로 이동하는 방법이 Oreo 버전 이상 이하 버전 다르게 처리해 주어야 합니다! fun presentNotificationSetting(context: Context) { val intent = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { notificationSettingOreo(context) } else { notificationSettingOreoLess(context) } try { context.startActivity(intent) }catch (e: ActivityNotFoundException) { e.printStackTrace() } } @RequiresApi(Build.VERSION_CODES.O) fun not..

안드로이드/Tip 2021. 10. 28. 23:03
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바