Muzei wallpaper source plugin for vision.hossainkhan.com site.
I wrote a quick article behind creating this plugin. Read more about it at Medium.com
First, install the Muzei Live Wallpaper Android app from Google Play store.
Next, install Vision Muzei Plugin app from Google Play.
Once installed, go back to Muzei app, then the source should show up. Choose the wallpaper you like for your phone. Enjoy.
NOTE: By default, the walpaper changes every 3 hours, you may want to change it to you liking. For example every day :-)
To build and install locally, use following command:
adb uninstall com.hossainkhan.vision && \
./gradlew clean assembleDebug && \
adb install app/build/outputs/apk/debug/app-debug.apk
./gradlew bundleRelease
Make sure you have
keystore.properties
andupload-keystore.jks
available in the project.