How to get path to wallpaper
- by kentcdodds
My Question: How do you get the filepath to the current wallpaper?
Expansion: I'm writing an app that will let you change the wallpaper easily between different presets. I want to store the filepath of the available wallpapers in my database.
What I've tried: WallpaperManger.getWallpaperInfo() or WallpaperManger.getDrawable(). Neither seem to contain the actual location of the file. Any help would be appreciated! :D Thanks!
Also, I'm including live-wallpapers. Thanks!