I need to check from within my code whether the device I am using has TouchWiz enabled. I tried using
if(android.os.Build.MANUFACTURER.equals(MANUFACTURER_SAMSUNG))
But it turns out some devices are made by Samsung and don't use TouchWiz.
How can I figure this out?