Fixed
Status Update
Comments
xi...@google.com <xi...@google.com>
tn...@google.com <tn...@google.com>
me...@google.com <me...@google.com>
tn...@google.com <tn...@google.com> #2
Information redacted by Android Beta Feedback.
an...@google.com <an...@google.com> #3
redacted
aa...@gmail.com <aa...@gmail.com> #4
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
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
.