This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add permission annotations to location methods #3435
Comments
This should be added to |
Going to add |
tobrun
added a commit
that referenced
this issue
Jan 6, 2016
…nd bearing tracking, added requires permissions checks and handled them in the test app, update javadoc to reflect changes, formatting commit of MapView, Reposition UserLocationView when location tracking becomes active
implemented with #3446 |
seems that MapView code itself must be updated as well |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Android support annotations library has an annotation that warns a developer if it would execute a method without properly handling runtime permissions for Android M.
The code would look like:
More information on support annotations
The text was updated successfully, but these errors were encountered: