uses-permission vs permission for android permissions in the manifest.xml file
For <permission> The documentation states: Declares a security permission that can be used to limit access to specific components or features of this or other applications. Therefore, since you are accessing Android’s permissions, you want uses-permission instead. The documentation for this element states: Requests a permission that the application must be granted in order for … Read more