Hi Everyone,
I'm trying to stop the PhoneSensors from listening but am having trouble doing it. Can you look at my code and let me know what I still need to do?
This these next 3 sub routines have coding that supposedly stops the listening.
Sub Activity_Resume
DisplaySalatTimes...
The android has also the following call to register a sensor:
boolean registerListener (SensorEventListener listener,
Sensor sensor,
int samplingPeriodUs,
int maxReportLatencyUs)
The maxReportLatencyUs can be used to set the interval in reporting of a sensor. This can be higher than second and...
Hi,
I need to set maxreportlatencyus when registering a sensor reading
The android has the following:
boolean registerListener (SensorEventListener listener,
Sensor sensor,
int samplingPeriodUs,
int maxReportLatencyUs)
How can I use it with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.