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.
我有一个前台服务,可以读取加速度计和方向传感器,并在手机移动时发送短信。
显示器打开时它工作正常,但不工作时它不起作用或在很多次后发送短信。
如果我正确发送命令“状态”它的回复,服务中有一个广播接收器用于读取传入的短信,它工作正常。
有什么问题?
谢谢!
您需要获取唤醒锁才能继续接收传感器事件。
http://developer.android.com/reference/android/os/PowerManager.html
我建议部分唤醒锁定。