Hamza417 / Peristyle

Simple wallpaper manager app for Android
Apache License 2.0
177 stars 4 forks source link

show current wallpaper #42

Open wieczniezielony opened 3 months ago

wieczniezielony commented 3 months ago

It would be nice to have a button to display current wallpaper on the list.

Hamza417 commented 3 months ago

Android doesn't support accessing wallpapers by user apps.

Hamza417 commented 3 months ago

I checked and found out that it's possible to get the wallpaper but only with MANAGE_EXTERNAL_STORAGE permission. I'm not sure anyone will ever grant the app this permission but I think I can make some plans to add folder support and other things that may utilize this permission better and simultaneously support this as well.