Disable dependency permissions

前端 未结 2 867
误落风尘
误落风尘 2020-12-19 03:21

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

2条回答
  •  一个人的身影
    2020-12-19 03:54

    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:

    
    
    

提交回复
热议问题