I'm using SettingsApi to show this dialog if location settings are not properly configured. It work fine on most phones, but some users are reporting a problem with the "Never" option. Even when they press Never, the dialog still appears on next launch.
I've been debugging my code, but everything appears to work fine (well, at least my devices). This is the code I'm using: https://stackoverflow.com/a/29872703
- What could be the problem?
Is there a way to maybe intercept Never option and save this to the SharedPreferences?
EDIT: The problem is on all Android versions, not just M.