admin管理员组文章数量:1345448
I'm developing an Android application that uses Device Owner mode and Lock Task Mode (LTM). I'm facing an issue where the screen lock doesn't work as expected after the screen timeout when the app is in LTM.
Scenario:
The app is set as a Device Owner. The app enters Lock Task Mode (LTM). The screen timeout is set to, for example, 30 seconds. After 5 seconds of inactivity, the screen should lock and ask for the pattern.
Expected Behavior:
Before entering LTM, after 5 seconds of inactivity, the screen locks and asks for the pattern. After entering LTM, after 5 seconds of inactivity, the screen should lock and ask for the pattern.
Actual Behavior:
Before entering LTM, the screen locks correctly after 5 seconds and asks for the pattern. After entering LTM, the screen does not lock after 5 seconds. Instead, the screen stays on and directly shows the app's UI.
Additional Information:
The app has a foreground service. I have tested this on a real A8 device and an A15 virtual device, and the issue occurs on both. I am using DevicePolicyManager and KeyguardManager. What I've Tried: I have tried to use DevicePolicyManager.lockNow() but it doesn't work. I have tried to use KeyguardManager.isDeviceLocked() and KeyguardManager.isKeyguardLocked() but it doesn't work.
Question:
How can I ensure that the screen locks after the screen timeout (e.g., 5 seconds) when the app is in Lock Task Mode with Device Owner? Is there a specific setting or method I need to use to enforce the screen lock in LTM?
Any help or suggestions would be greatly appreciated.
Thanks in advance!
本文标签:
版权声明:本文标题:locking - Screen lock not working after screen timeout in Lock Task Mode (LTM) with Device Owner on Android - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743813176a2543444.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论