What will happen to mDPM.lockNow(); if there is no security pin on android device?

StackOverflow https://stackoverflow.com/questions/10203496

  •  01-06-2021
  •  | 
  •  

Question

If a user has not put a security pin on her device, and my app even if it has device admin privileges sends a mDPM.lockNow(); to remote lock the mobile, what will happen?

Était-ce utile?

La solution

It will just lock the device! The user can simple unlock normally.

mDPM.lockNow()

is only to lock the device (regardless of the fact that PIN exists or not)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top