Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
836 stars 451 forks source link

How to force open permissions dialog for second time? #170

Closed t7ank closed 8 years ago

t7ank commented 8 years ago

Once

SystemRequirementsChecker.checkWithDefaultDialogs(this);

has been called in code, app must be restarted to get it called again. Is there a way to show Estimote dialog on button click?

Thanks.

pawelDylag commented 8 years ago

Hello @t7ank

This is related to: https://github.com/Estimote/Android-SDK/issues/155 All in all, if you want your dialog to be restartable, you need to implement your own functionality.

Have a nice day!