本文介绍了如何锁定/解锁的手机编程方式:机器人的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的应用程序,我需要锁定和解锁手机。我搜索了它,我发现很多的答案,我尝试过,但没有人在工作。

In my application, I need to lock and unlock phone. I searched for it, I found many answers, I tried them but no one is working.

我要再次解锁手机上的onCreate()和锁定手机,而我完成我的活动。

I need to unlock phone on onCreate() and lock phone again while I'm finishing my activity.

难道你们知道的任何方法做同样的?

Do you guys know any method to do the same?

感谢朋友。

编辑:

一些链接,我已经试过有:

Some links, that I have tried are:

如何我的应用程序可以通过编程解锁屏幕?

Android锁屏/解锁编程

https://groups.google.com/forum/#​​!主题/ Android的开发者/ BOLjJTMO4zE

在我的应用程序,我安排使用 AlarmManager ,然后启用手机锁的任务。我的活动起步在预定的时间,但它不是解锁我的电话。当我解开我的电话手动运行活动越来越显得

In my application I'm scheduling a task using AlarmManager and then enabling the phone lock. My activity is getting started on scheduled time but it not unlocking my phone. when I'm unlocking my phone manually running activity is getting appeared

推荐答案

您是否尝试过这个链接。

Have you tried this link..

锁定/解锁界面

在情况下,它不能正常工作,请尝试Android版本比ICS等,如果您正在使用ICS

In case it doesn't work, try android version other than ICS if you are using ICS

这篇关于如何锁定/解锁的手机编程方式:机器人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-04 08:21