How can I tell if a device is using HTC's SenseUI?
I thought about using android.os.Build information, but they seem inconsistent.. is there a more definitive way?
I need to be able to tell if I can launch the calendar by using com.android.calendar or com.htc.calendar.
I welcome any suggestions!!