We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5144ec9 commit 0a6c5f8Copy full SHA for 0a6c5f8
lib/src/enums/threat.dart
@@ -90,7 +90,7 @@ extension ThreatX on Threat {
90
/// * 1564314755 - secureHardwareNotAvailable
91
/// * 659382561 - systemVPN
92
/// * 45291047 - devMode
93
- /// * 379769839 - adb
+ /// * 379769839 - adbEnabled
94
static Threat fromInt(int code) {
95
switch (code) {
96
case 1268968002:
0 commit comments