azhon / AppUpdate

Android App update library. Android版本更新库,简单、轻量、可随意定制
Apache License 2.0
2.23k stars 326 forks source link

support custom "downloadPath" to prevent unnecessary permission request #157

Closed thinhbuzz closed 10 months ago

thinhbuzz commented 10 months ago

in case i want to use path cacheDir instead of externalCacheDir so no need to ask permission on some devices

azhon commented 10 months ago

Support custom downloadPath , must need to apply for permission or adapt Android versions. This is not in line with the purpose of this library. If you need to save to another directory, you can copy or move the file after the download is successful.

thinhbuzz commented 10 months ago

if so then i think this PR can close, i will keep this patch on my repo. Thank

azhon commented 10 months ago

sure.