Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DevicePolicyManager.lockNow()仅当用户未使用“幻灯片”/“无”锁屏(在某些设备上)时才有效。因此,我想找出用户当前使用的锁屏类型(无/滑动/PIN/图案/面部解锁)。这可能(跨制造商)吗?
DevicePolicyManager.lockNow()
谢谢!