How can I check if the user has developer option enabled on its device? (not with adb comunication active, or debug USB active, I need to know only if Developer Option are e
You should use getInt or another in Settings.Global with DEVELOPMENT_SETTINGS_ENABLED
Edit : Below API 17, it is the same but with Settings.Secure