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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -