art2limit / Compass-View

Android library. Arrow view shows from current location to desired
60 stars 15 forks source link

Not displaying on android 6.0 #6

Closed raghucse2010 closed 8 years ago

raghucse2010 commented 8 years ago

I have been using this since a month, it worked on all other operating systems except on 6.0 which i have recent found. Hoping you will fix this very soon.

DavidJuanes commented 8 years ago

Just guessing here but this might be an issue with the permissions to access to the compass sensor... Android 6.0 introduced a new way to handle permissions for applications and the user can manually give/take individual permissions.

art2limit commented 8 years ago

@DavidJuanes right. @raghucse2010 please, feel free to send pull request :)

https://developer.android.com/training/permissions/requesting.html

art2limit commented 8 years ago

Close issue, because better call permissions in app and not in library (this variant more flexible).