I have the following AndroidManifest.xml:
AndroidManifest.xml
instead of uses-permission use uses-feature and set the flag to optional
uses-permission
uses-feature
uses-permission sets uses-feature to required by default