I use the device id and sim number from the device to generate a UUID that will be associated with a login account.
Since Android 6 or API-23 and up, we are now required to ask the user if this is ok.
My problem is that when it asks the user for permission it says the app is trying to manage and make phone calls, which is not the case.
Since no user in their right mind would allow controlling their calls if you ask only to collect information, is there a way to customize this message to be closer to the truth ?
I honestly think that android should make these permissions and requests closer to the truth, It sets the developer in a bad light. No amount of explaining before you ask permission can justify why some permissions are needed.