Putting permissions to manifest of Android .aar library project

后端 未结 1 1366
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 06:46

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

1条回答
  •  太阳男子
    2021-02-05 06:58

    As far as I know libraries' manifests are merged into the main manifest. According to this document all permissions should be merged as well.

    0 讨论(0)
提交回复
热议问题