That is my question. For them who dont know what i am asking, I want to make this menu to appear in my app http://db.tt/GQX9GBYF . The thing is that I Dont have any idea how to do it. I think that I have to create an intent, from it obtain image path and then, set it as background. But i dont know the exact way to do it...
Please, anyone could post me an example, please???? ;)
I have to say that I managed to do it by launching native gallery app, but I want to set live wallpapers too
The first thing to try is to reboot into normal mode, and see if the problem persists--sometimes the simple act of rebooting the phone will clear out the problem that the other app was causing. But if the problem persists, then you should start uninstalling apps one by one until the problem goes away.
Use backgrounds from Android 7 Nougat Google Wallpaper Picker lets you choose from hundreds of wallpapers that download automatically once you select them. This means the app itself doesn't include the wallpapers, but requests them when you want to use one.
For Samsung phone owners, creating a live wallpaper from a video is easy. Press and hold on your phone's home screen, and you'll see the option for "Wallpapers" show up in the lower left corner. Select "Wallpapers" and the "Gallery." Choose the video you want to use as your live wallpaper and tap on "Done."
You Intent.ACTION_SET_WALLPAPER
for starting ContaxtMenu for Selecting Wallpaper as:
Intent intent = new Intent(Intent.ACTION_SET_WALLPAPER);
startActivity(Intent.createChooser(intent, "Select Wallpaper"));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With