getsentry / getsentry/sentry-java
Report if `DEVELOPMENT_SETTINGS_ENABLED` is enabled on Android
オープン
Android
Errors
Improvement
- 主要言語
- Kotlin
- スター
- 1.4k
- フォーク
- 478
- 平均マージ
- 2日 23時間
- マージ済み PR(30日)
- 67
説明
### 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
```
コントリビューションガイド
評価
この issue はまだ評価されていません。