getsentry / getsentry/sentry-java
Report if `DEVELOPMENT_SETTINGS_ENABLED` is enabled on Android
Abierto
Android
Errors
Improvement
- Lenguaje dominante
- Kotlin
- Estrellas
- 1.4k
- Forks
- 478
- Merge medio
- 2 d 23 h
- PR fusionados (30 d)
- 67
Descripción
### 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
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.