-
Notifications
You must be signed in to change notification settings - Fork 0
[Enhancement] Add toggle for Home+Lock OR just Home #6
Description
Is your feature request related to a problem? Please describe.
User request for feature to limit wallpaper setting to just home screen (preserving current lock screen as whatever it was set as before)
Describe the solution you'd like
Add a switch to the activity labeled Home+Lock (or something similar) and store the state in shared preferences to load on each app launch. Use this preference to determine which in setBitmap() call:
Int: Flags indicating which wallpaper(s) to configure with the new imagery. Value is either 0 or a combination of android.app.WallpaperManager#FLAG_SYSTEM, and android.app.WallpaperManager#FLAG_LOCK
Describe alternatives you've considered
n/a
Additional context
https://developer.android.com/reference/kotlin/android/app/WallpaperManager#setbitmap_2