Hello,
My application has a component that uses the phone services, after uploading the application to Google Play, Google will remove the option to download the application on devices without the ability to call.
However, it is not a very major feature in the application and it is a shame to block access to more than 3,000 devices.
So I add the following Manifest line:
Through software like: Apk editor studio.
But as you know soon we will have to use aab files and to my knowledge they cannot be edited.
I wanted to ask if you could add the option to add new lines to the Manifest of the application in both the "manifest" tag and the "application" tag.