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

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

  •  01-06-2021
  •  | 
  •  

سؤال

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?

هل كانت مفيدة؟

المحلول

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)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top