itachi1706 / CheesecakeAppUpdater

My Android App Updating Module that will be used for all my Android Projects
MIT License
1 stars 0 forks source link

Evaluate use of WRITE_EXTERNAL_STORAGE permission #29

Closed itachi1706 closed 5 years ago

itachi1706 commented 5 years ago

The app update apk file should have been saved in /sdcard/Android//cache which should not require this permission to save in

We should evaluate if we need the permission or not and remove the permission if unrequired.

Sent from my LG G7 ThinQ using FastHub

itachi1706 commented 5 years ago

Test on Q with scoped storage on as well to make sure app updates can still install

itachi1706 commented 5 years ago

eh wait. wtf am i doing. The library doesn't even call this permission LMAO. 🤦‍♀