WallpaperManager.ActionChangeLiveWallpaper Field

Definition

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.

Applies to