android:待机按钮,触摸锁定并且手机保持活动状态
我想制作一个应用程序,当它通过按下待机按钮激活时,触摸锁定并且手机保持活动状态。我应该使用哪种方法来执行此操作并控制待机按钮?
I would like to make an application when it is activated by pressing the standby button, the touch locks and the phone remains active . Which method should I use to do this and to take control of the standby button?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
幸运的是,出于明显的安全原因,Android 不支持这一点。例如,应用程序可以利用它来阻止人们关闭手机。
Fortunately, this is not supported by Android, for obvious security reasons. Apps could use this to prevent people from turning off their phones, for example.