My app has SEND_SMS and RECEIVE_SMS permissions, by publishing it gets android.hardware.telephony requirement. As a result the app isn’t visible for Galaxy Tab 10.1 in Market (due to ‘telephony’).
The question is how to avoid android.hardware.telephony (make my app available for Tab 10.1) and be able to use SMS.
PS Tab has SMS functionality.
You should add this in your Android Manifest:
Then you have to take care for the case where this feature is unavailable.