WallpaperManager.ActionChangeLiveWallpaper Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Directly launch live wallpaper preview, allowing the user to immediately confirm to switch to a specific live wallpaper.
[Android.Runtime.Register("ACTION_CHANGE_LIVE_WALLPAPER")]
public const string ActionChangeLiveWallpaper;
[<Android.Runtime.Register("ACTION_CHANGE_LIVE_WALLPAPER")>]
val mutable ActionChangeLiveWallpaper : string
Field Value
- Attributes
Remarks
Directly launch live wallpaper preview, allowing the user to immediately confirm to switch to a specific live wallpaper. You must specify #EXTRA_LIVE_WALLPAPER_COMPONENT
with the ComponentName of a live wallpaper component that is to be shown.
Java documentation for android.app.WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.