Skip to content
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

[feat/permission]: special permission 허용 요청 기능 구현 #26

Merged
merged 16 commits into from
Jan 3, 2024

Conversation

kangyuri1114
Copy link
Member

개요

작업 사항

  • 앱 사용 시 필요한 special permission 허용 요청 기능 구현
  • 접근성 허용
  • 사용 정보 접근 허용
  • 다른 앱 위에 그리기 허용

변경 사항(optional)

  • onboarding 뷰 내 권한 요청하는 3개의 버튼 생성됨
  • 추가로... 이슈가 있습니다. 사용 정보 접근 허용이랑 다른 앱 위에 그리기 허용 권한은 앱 종료 후 재시작 해도 설정한 권한대로 있는데, 접근성 권한은 앱 종료 시 다시 시작하는 경우 접근성을 허용한 후 재시작하면 풀려있네요,, 허용하지 않음으로..

스크린샷(optional)

_2024_01_02_01_47_38_169.mp4

@kangyuri1114 kangyuri1114 added 💻feat 새로운 기능 추가 🐰유리 유리 작업 labels Jan 1, 2024
@kangyuri1114 kangyuri1114 self-assigned this Jan 1, 2024
@kangyuri1114 kangyuri1114 requested a review from a team as a code owner January 1, 2024 16:49
private lateinit var binding: ActivityOnBoardingBinding

private val accessibilitySettingsLauncher: ActivityResultLauncher<Intent> =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

별견 아니지만 onCreate같은 퍼블릭 메소드가 먼저 나오는 게 좋을 것 같아요!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

변수라서 해당 부분이 컨벤션상 먼저 있는게 맞습니당~!!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 그렇군요 감사합니다!

Copy link
Collaborator

@jihyun0v0 jihyun0v0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

우와아우 너무 수고하셨습니다

Copy link
Member

@kez-lab kez-lab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~!!

@kez-lab kez-lab merged commit 5a2a84f into develop Jan 3, 2024
1 check passed
@kez-lab kez-lab deleted the feat/permission branch January 3, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐰유리 유리 작업 💻feat 새로운 기능 추가
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat]: 필수 특별 Permission 기능 구현
3 participants