Question

I am working on sensors and I just read the Android documentation here and on sensor API file (sensor.h) I found some differences between the documents and even some contradictions.

For example (Step counter sensor): In the web site Google writes:

" reset to zero only on a system reboot."

But in the API file (sensor.h) they write:

"reset to zero only on a system / android reboot"

Which one is correct ?

Était-ce utile?

La solution

Both are correct here system is referring to system which running on android

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top