At my request:
https://www.b4x.com/android/forum/threads/request-for-phonesensors-accuracy-property.72930/
Erel just added an Accuracy property to the Phonesensors object:
https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-463591
He also added a Timestamp property which is also very useful for my purposes (I was using DateTime.Now which is not as accurate).
I am assigning the Timestamp property to a Long but I seem to be getting milliseconds, not nanoseconds as indicated in the documentation.
Am I doing something wrong or is the Timestamp property faulty.
Thanks...
https://www.b4x.com/android/forum/threads/request-for-phonesensors-accuracy-property.72930/
Erel just added an Accuracy property to the Phonesensors object:
https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-463591
He also added a Timestamp property which is also very useful for my purposes (I was using DateTime.Now which is not as accurate).
I am assigning the Timestamp property to a Long but I seem to be getting milliseconds, not nanoseconds as indicated in the documentation.
Am I doing something wrong or is the Timestamp property faulty.
Thanks...