让 android gotosleep 工作!
就像“隐形锁定小部件”和“屏幕关闭和锁定”一样,我想让我的 Android 应用程序进入睡眠状态。
有人有执行此操作的示例代码或指南吗?
谢谢。
Just like the "Invisible Lock Widget" and "Screen Off and Lock" I want to make my android app gotosleep.
Does anyone have any sample code or guide for doing this?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
意识到我可以通过在 DeviceAdminSample.java 中使用相同的函数来实现这一点,
它实际上不使用 goToSleep 函数,它可以通过不同的方式完成。
http://developer.android .com/resources/samples/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.html
Realized that I can to this by using the same function in DeviceAdminSample.java
It is actually not using goToSleep function, it can be done in different way.
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.html