getsentry / getsentry/sentry-java
Report if `DEVELOPMENT_SETTINGS_ENABLED` is enabled on Android
Open
Android
Errors
Improvement
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
### 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
```
Contributor guide
Assessment
This issue has not been assessed yet.