getsentry / getsentry/sentry-java

Report if `DEVELOPMENT_SETTINGS_ENABLED` is enabled on Android

Đang mở
#2,824 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
Android Errors Improvement
Ngôn ngữ chính
Kotlin
Star
1.4k
Fork
478
Merge trung bình
2 ngày 23 giờ
Pull request đã merge (30 ngày)
67

Mô tả

### 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
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.