I want to detect if "developer settings" are enabled on the device.
I found nothing to solve this problem ...
Try this
int devOptions = Settings.Secure.getInt(this.getContentResolver(), Settings.Global.DEVELOPMENT_SETTINGS_ENABLED , 0);
if developer options are enabled the value will be 1, otherwise it will be 0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With