getsentry / getsentry/sentry-java
Report if `DEVELOPMENT_SETTINGS_ENABLED` is enabled on Android
Aberta
Android
Errors
Improvement
- Linguagem predominante
- Kotlin
- Estrelas
- 1.4k
- Forks
- 478
- Merge médio
- 3d 4h
- PRs com merge (30d)
- 72
Descrição
### 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
```
Guia de contribuição
Direção de pesquisa
No file or test is named. Start by locating Android device-context collection in the SDK and review how the issue's Context.isDeveloperOptionsEnabled() check could fit there. Done means the developer-options state is reported in device context, with the relevant behavior verified by tests.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- android, kotlin
- Domínio
- mobile-dev
- Tipo de issue
- Funcionalidade
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 42/100