How widely supported is the accelerometer in Android devices?
We're developing an Android app that relies on the accelerometer for certain features. I'm wondering how safe it is to rely on t开发者_高级运维he existence of the accelerometer and not provide alternative UI options for devices that do not support it (e.g. a button). My observation is that most "smartphone" Androids out there support it. Am I correct?
It would be nice if someone can point me to some data or stats for all Android devices out there.
I've personally never seen an android device without an accelerometer. The internet seems to agree on that aswell:
Link 1
Link 2
精彩评论