ammargitham / WallFlow

Wallpaper app for Android using Jetpack Compose
GNU General Public License v3.0
325 stars 18 forks source link

Change default downloads path #74

Closed ygorigor closed 6 months ago

ygorigor commented 6 months ago

If is possible, change the default download path from Download/WallFlow/ to Pictures/WallFlow/ in the source code. Thanks

ammargitham commented 6 months ago

I set it to the downloads folder as it is a downloaded image. Also, for Android 10+, the app does not need any extra permissions to store in the downloads folder.

If you want another folder, it will be covered by #55.