I am developing an android application for both phone’s and tablets.There is a problem with tablets.Some tablets are having calling to phone number function.Here i should know which tablets contains phone calling function and which don’t have that function.Please advice me how to find which tablet have phone calling function and which one not supported.
Thanks in advance
You can use this snippet to determine whether or not the device has the Telephony feature:
Beyond that, if you simply want to make sure that your app isn’t installed on any device without the ability to make calls, add the following to your manifest:
Please remember that
android.hardware.telephonyis an umbrella feature, and some tablets may implement sub parts of it, likeandroid.hardware.telephony.cdmaorandroid.hardware.telephony.gsm