Hi all,
How can my app decide if the device it is run on has a touchscreen? Currently, my app calculates this based on the number of buttons, which is not always correct. Any ideas?
Thanks,
Lance
Hi all,
How can my app decide if the device it is run on has a touchscreen? Currently, my app calculates this based on the number of buttons, which is not always correct. Any ideas?
Thanks,
Lance
System.getDeviceSettings().isTouchScreen
Wow... So easy! Thanks jim_m_58!