Fixed
Status Update
Comments
xi...@google.com <xi...@google.com>
tn...@google.com <tn...@google.com>
me...@google.com <me...@google.com>
an...@google.com <an...@google.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Meerkat | 2024.3.1 Canary 7
- Android Gradle Plugin 8.9.0-alpha07
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
DESCRIBE THE ISSUE IN DETAIL:
I need to request use BLE scanning .
ACCESS_FINE_LOCATION
permission in my app on Android versions 30 and below in order toSince I don't need that for versions 31 and above, I include the permission in my manifest with a
maxSdkVersion
:This triggers a violation of lint's
CoarseFineLocation
.