android - Is it possible to increase or decrease time to appear system popup when try draw wrong pattern lock? -
android - Is it possible to increase or decrease time to appear system popup when try draw wrong pattern lock? -
how can increasing or decreasing time wrong 5 effort pattern? please check code:
devicepolicymanager mgr = (devicepolicymanager) context .getsystemservice(context.device_policy_service); int attempts = mgr.getcurrentfailedpasswordattempts(); seek { // if counter exceeds more 3 service fire. if (attempts > 3) { } count++; } grab (exception e) { e.printstacktrace(); } log.i("lock attmepts", string.valueof(attempts));
my main question 5 time effort wrong draw pattern lock ans comes scheme time 30 sec want increment or decrease time possible or not? , if possible how can done that?
android
Comments
Post a Comment