[LibGDX] How to implement a button to call the "set as wallpaper"
Hello, I have tested the repository, but it does not appear as a wallpaper option for some devices because the theme overwrites the default behavior. then i saw in some other apps a button to call default android behavior to set it as wallpaper.
I implemented a version, but it didn't work in release.apk, only in debug version. this is driving me crazy.
could you give me a hint or implement something like that?
Release apk: https://drive.google.com/file/d/1-_MHZdLJuo9BcCAJrGmls6KsefD43dwt/view?usp=share_link
Debug apk: https://drive.google.com/file/d/1uI1axhek8Jty23TWHEvWcsTunEOqfeGU/view?usp=share_linke
Hey, will have a look this weekend, what device are you using? Could you share the code for the .apk if possible? Just the minimal example to reproduce this issue.
yes, sure.
https://github.com/leolima/AndroidLiveWallpaper
thank you