I noticed that there are two types of permissions in the manifest file, \"permission\" and \"uses-permission\" like the two shown below;
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.