uses-permission vs permission for android permissions in the manifest.xml file

前端 未结 4 1747
清酒与你
清酒与你 2020-12-02 14:35

I noticed that there are two types of permissions in the manifest file, \"permission\" and \"uses-permission\" like the two shown below;

 

        
4条回答
  •  无人及你
    2020-12-02 14:56

    In layman terms,

    specifies permissions your app needs to access some component restrict by another app that is the owner of that component.

    specifies the restrictions you are placing on your components are the component owner.

提交回复
热议问题