rosenpin / quick-draw-everywhere

Draw quickly anywhere on your device. Written in Kotlin
GNU General Public License v3.0
26 stars 9 forks source link

SD card permission #15

Open cataloque opened 4 years ago

cataloque commented 4 years ago

I found quick-draw-everywhere used decodeFile() to creat bitmap ,is it will load image from SD card? As woknow ,we need to apply SD card permission dynamically from Android 6.0.if quick-draw-everywhere need load image from SD card,it should add the method to apply SD card permission dynamically .

Thanks!