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.
我有一个程序可以读取和写入所有传感器值文件,但是当你关闭屏幕时,会停止传感器上的侦听器和 txt 文件上的记录。我已经尝试过使用唤醒锁,但收效甚微,我想知道您是否有想法,或者我是否必须诉诸唤醒来让我始终处于监控状态,请告诉我。谢谢
您最好使用服务来监听传感器。我用我的 Sports Tracker 应用程序做到了这一点,并且 ist 工作正常。
解决了?
尝试 onResume 和 LocationListener
屏幕关闭时,至少 GPS 系统 (LocationManager.requestLocationUpdates) 正在使用唤醒锁。我不知道其他传感器。(你用你的问题标记了 GPS)