oliveiradev / RxPhoto

This lib using reactive approach for get and take pictures
MIT License
41 stars 14 forks source link

Simple runtime permission logic #3

Closed chemickypes closed 7 years ago

chemickypes commented 7 years ago

I implemented a simple logic to request permission at runtime. Every time, it checks if permissions are granted and it'll request them.

oliveiradev commented 7 years ago

Nice @chemickypes! Thanks.