Tagged Questions
0
votes
0answers
145 views
Keep SensorEventListener during “standby”
I'm building an app that needs to listen to the accelerometer all the time, even when the application is not in foreground.
(At this point, I want to clarify that this is not an app for Play Store. ...
0
votes
1answer
142 views
Cannot keep sensor update rate after screen-off
My application needs to collect data from both sensors and GPS, but it seems that after I turn the screen off, the update rate slows down considerably (to 500ms, down from 20ms, or stops completely, ...
0
votes
1answer
849 views
How to turn wakelock off?
I'm tryng to turn proximitywakelock on when portrait and off when landscape using this code, but it always stays active:
//in onCreate() of my Activity
PowerManager pm = (PowerManager) ...