Hamza417 / Peristyle

Simple wallpaper manager app for Android with awesome UI written completely in Jetpack Compose.
Apache License 2.0
200 stars 4 forks source link

Wallpaper switcher doesn't work #31

Closed Banbury closed 5 months ago

Banbury commented 5 months ago

Device: Samsung Galaxy A25 OS: Android 14

I have selected a folder for the wallpapers, activated wallpaper switching, and set the interval to 1 minute. The wallpaper is never changing, even if the app is running in the foreground, and the phone is not sleeping. I have turned off all energy optimizations for the app in the settings, but it doesn't make any difference.

Also the widget to switch wallpapers only works, if the app is open, which defeats the purpose of the widget.

I think a background service is needed to achieve the auto wallpaper switching.

Hamza417 commented 5 months ago

It already uses background service, you need to disable battery optimizations for Peristyle for it to work.

Hamza417 commented 5 months ago

Added a dialog to disable battery optimizations when auto wallpaper is enabled.