sentry-java
                                
                                 sentry-java copied to clipboard
                                
                                    sentry-java copied to clipboard
                            
                            
                            
                        Report if `DEVELOPMENT_SETTINGS_ENABLED` is enabled on Android
Description
This can be part of the device context most likely.
fun Context.isDeveloperOptionsEnabled(): Boolean = Settings.Global.getInt(
    contentResolver, Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0
) != 0