ammargitham / WallFlow

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

Using `Activity` to change wallpaper displays full-screen overlay #56

Closed KAGEYAM4 closed 8 months ago

KAGEYAM4 commented 8 months ago

I am using com.ammar.wallflow.plus/com.ammar.wallflow.activities.changewallpaper.ChangeWallpaperActivity, to trigger wallpaper change using another app - Xposed edge pro. A full-screen overlay pops-up.

It would be make experiece better if it was either a toast or notification instead.

Here's a screenshot ->

output

ammargitham commented 8 months ago

Can you maybe use the broadcast instead?

KAGEYAM4 commented 8 months ago

Can you maybe use the broadcast instead?

Yes this works, Thank you.