I am trying to take photo from android device\'s native Camera App. For that i create a file first and then attach its URI with the intent to capture image and write output in t
However, not all Android devices actually have these hardware features. So if your app requests the CAMERA permission, it's important that you also include the
tag in your manifest to declare whether or not this feature is actually required.
For more information, see Google Play and feature-based filtering
From Marshmallow, Dangerous permissions are:
SO i think Permission may be required...