My app will indirectly send messages using an Intent to the user default SMS app. So, technically my app is not sending any SMS messages, the user's SMS app is.
But, from what I understand, by adding the SEND_SMS permission to my app, this will make sure my app is only visible to smartphone users in the Play Store (not tablets users without sms capabilities).
But having this permission, even though I am not actually using it, may make people think my app has the potential to do undesired things with SMS messages.
The first solution to come to mind is to have the SEND_SMS permission in my app to make sure only devices that can send sms messages can see and install my app, then add the reason explaining why my app has the SEND_SMS permission in the apps description.
But, does anyone else have another solution?
But, from what I understand, by adding the SEND_SMS permission to my app, this will make sure my app is only visible to smartphone users in the Play Store (not tablets users without sms capabilities).
But having this permission, even though I am not actually using it, may make people think my app has the potential to do undesired things with SMS messages.
The first solution to come to mind is to have the SEND_SMS permission in my app to make sure only devices that can send sms messages can see and install my app, then add the reason explaining why my app has the SEND_SMS permission in the apps description.
But, does anyone else have another solution?