This commit is contained in:
wangcongtao
2020-06-09 15:53:28 +08:00
parent a878573bcf
commit 596fbdda1f
23 changed files with 16 additions and 229 deletions

View File

@@ -44,6 +44,6 @@ class Devices {
}
public static boolean isBind() {
return false;
return sIsBind;
}
}