-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
권한 요청 및 gps, 네트워크 상태 관리 다이얼로그 추가 #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
티라미수 이하 버전 호환성은 괜찮은가요??
@@ -5,6 +5,7 @@ | |||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | |||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | |||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | |||
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
얜 뭔가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gps, 네트워크가 없을 때 뜨는 다이얼로그에 연결동작으로 상단 상태바 내려와서 바로 설정할 수 있게 해주는데 필요한 권한입니다
* | ||
*/ | ||
|
||
@RequiresApi(Build.VERSION_CODES.TIRAMISU) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어디서 33이상의 버전을 요구하는 것인가요??
버전 별 분리처리 부분이 따로 안보여서 질문드립니다!!
하위 버전과의 호환성에 문제가 없나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 우선 저 부분이 api level 33이상 앱 상세 설정을 키는 역할을 하는데 미만 버전에서는 동작하지 않는걸로 알고있습니다..
버전 분기해서 관리해줘야하는데 못했어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yonghanJu 아하... 추후에 처리해보죳!!
@@ -0,0 +1,31 @@ | |||
package com.whyranoid.walkie.wlakiedialog | |||
|
|||
sealed class DialogProvider( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DialogProvider는 뭔가 Dialog전체를 제공해주는 것 같은 느낌적인 느낌...
text,Description을 뭔가 묶어서 표현할 방법이 이 없을까요? content?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋아요 이름 바꿔서 푸시할게요
😎 작업 내용
🧐 변경된 내용
🥳 동작 화면
🥲 비고