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

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

  •  01-06-2021
  •  | 
  •  

Domanda

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?

È stato utile?

Soluzione

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)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top