Service = android.os.ServiceManager.getService("device_policy");
if (android.os.Build.VERSION.SDK_INT > 33) {
Service.getCurrentFailedPasswordAttempts("android", 0, true);
} else {
Service.getCurrentFailedPasswordAttempts(0, true);
}
#MVEL表达式 #Javascript