问题
As far as I know on Android devices there is no 100%-sure way to get the data from device sensors while the screen is off. There are some workarounds, but they do not work always. But all the posts I read were describing Android versions ~2.2.
Does anyone know whether the bug was fixed in Android 4.0+ ?
回答1:
This WakeLock
works like charm.
来源:https://stackoverflow.com/questions/11612065/obtaining-sensors-data-while-the-screen-is-off-android-4-0