开发者

Make a toast when user enters write password in android screen lock

开发者 https://www.devze.com 2023-03-05 06:28 出处:网络
Can I toast a message when user enters wrong password in android screen lock. 开发者_StackOverflowThanks,

Can I toast a message when user enters wrong password in android screen lock.

开发者_StackOverflow

Thanks, Pravin


A way to do this doesn't appear to exist. (You can use a BroadcastListener to catch when the lockscreen comes on/goes away, but not to capture a failed password attempt.)

0

精彩评论

暂无评论...
验证码 换一张
取 消