I am developing an Android project which includes two modules where one is a library module for producing .aar files and another is a sample app utilising the produ
.aar
As far as I know libraries' manifests are merged into the main manifest. According to this document all permissions should be merged as well.