getsentry / getsentry/sentry-java
Report if `DEVELOPMENT_SETTINGS_ENABLED` is enabled on Android
未關閉
Android
Errors
Improvement
- 主要語言
- Kotlin
- 星號
- 1.4k
- 分支
- 478
- 平均合併
- 3 天 4 小時
- 30 天內合併 PR
- 72
描述
### 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
```
貢獻指南
研究方向
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.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- android, kotlin
- 領域
- mobile-dev
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100