I\'m setting up an Android gradle project with a few product flavors. I would like to have the >
>
According to docs you can:
remove permission with adding to your manifest something like this
and declare separate AndroidManifest.xml parts for each flavor in src/myFlavor/AndroidManifest.xml which will be merged this main AndroidManifest.xml
src/myFlavor/AndroidManifest.xml