Reputation: 11
Does anyone know how to handle dangerous permissions such as permission for camera,storage etc. Below Android Version Marshmallow. I know how to request permission above Android marshmallow but how handle it for the version below it? Any Solution?
Upvotes: 0
Views: 63
Reputation: 353
You don't need extra codes to handle permission below marshmallow. Permission set on manifest works just fine.
Upvotes: 2