Dia Kharrat
Dia Kharrat

Reputation: 6016

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 the 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.

Upvotes: 3

Views: 3109

Answers (1)

Nallath
Nallath

Reputation: 2116

I've personally never seen an android device without an accelerometer. The internet seems to agree on that aswell:

Link 1

Link 2

Upvotes: 7

Related Questions