I\'m facing the following problem at the moment:
I have developed app \'A\' which uses permissions 1, 2, 3 and uses an 3rd party library \'B\' as a dependency (added
As you know all libraries have a manifest file and will merge together. you can remove a permission that is in one of your libraries by this:
tools:node="remove"
for an example removing location permission: