Is there any way in Android to determine whether a device is running Sense UI? I'm working on an app that is working fine with vanilla Android, but Sense UI is messing with layouts and sizes. I'd like to be able to see whether the device is running Sense UI and so I can take appropriate action.
|
feedback
|
|
There is nothing built into Android that indicates what sorts of modifications like Sense are running on the device. You would either need to use
If you have a reproducible test case with source code that demonstrates these problems, I would be interested in seeing it. There are only two scenarios I can think of that would fit your description:
| |||||||||||
feedback
|