Defining different widgets for different versions of Android

Inman

Well-Known Member
Licensed User
Longtime User
I would like to have a particular widget only on phones running Android 4 and above. I thought I could do this by calling ConfigureHomeWidget command only if phone.sdk >= 14. I didn't get any errors during execution but the widget still appears in the widget list of an Android 2.3 phone.

Is it possible to stop it from showing up on Android 2.x phones?
 
Top