-
Notifications
You must be signed in to change notification settings - Fork 3
[REFACTOR] 4차 QA 진행 #147
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
[REFACTOR] 4차 QA 진행 #147
Changes from all commits
008cd5b
e6e729d
513df39
d635718
31b87de
e312f69
d69a23e
428dce8
f6cecec
7f2c9e7
409dbab
e7c9ea7
c2d00bb
9aa6eda
2864d07
3574a70
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 이 코드는 혹시 어떻게 로직이 수정된건가용
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 이건 화면 전환할 때 들어간 애니메이션 효과를 없앤겁니둣 |
This file was deleted.
This file was deleted.
This file was deleted.
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.
🧩 Analysis chain
광고 ID 권한 추가가 PR 목표와 일치하지 않습니다.
이 PR의 목표는 프로필 팔로워 수 수정, 가입 중 제목 스크롤 가능 설정, 미팅룸 사용성 개선입니다. 그러나
com.google.android.gms.permission.AD_ID권한 추가는 이러한 목표와 관련이 없어 보입니다.추가 고려사항:
tools:ignore="AdvertisingIdPolicy"의 사용은 린트 경고 억제로 보여, 비즈니스 목적 없이 권한이 추가되었을 가능성을 시사합니다.이 권한 추가의 목적을 설명해주시고, 다음을 확인하도록 요청드립니다:
다음 스크립트를 실행하여 광고 ID 사용 여부를 확인할 수 있습니다:
🏁 Script executed:
Length of output: 0
🏁 Script executed:
Length of output: 3953
사용되지 않는 광고 ID 권한을 제거해야 합니다.
광고 ID 권한(
com.google.android.gms.permission.AD_ID)이 추가되었으나 전체 코드베이스에서 어떤 곳에서도 사용되지 않고 있습니다. 검색 결과:play-services-auth만 있음 (Google 로그인용)tools:ignore="AdvertisingIdPolicy"는 사용되지 않는 권한에 대한 린트 경고를 억제하기 위한 것으로 보입니다.조치:
tools:ignore속성도 함께 제거이는 불필요한 개인정보보호 민감 권한을 앱에서 제거하는 것으로, 앱 스토어 규정 준수와 사용자 개인정보 보호 차원에서 권장됩니다.
🤖 Prompt for AI Agents