WallpaperManager.ExtraLiveWallpaperComponent Field

Definition

Extra in #ACTION_CHANGE_LIVE_WALLPAPER that specifies the ComponentName of a live wallpaper that should be shown as a preview, for the user to confirm.

[Android.Runtime.Register("EXTRA_LIVE_WALLPAPER_COMPONENT")]
public const string ExtraLiveWallpaperComponent;
[<Android.Runtime.Register("EXTRA_LIVE_WALLPAPER_COMPONENT")>]
val mutable ExtraLiveWallpaperComponent : string

Field Value

Attributes

Remarks

Extra in #ACTION_CHANGE_LIVE_WALLPAPER that specifies the ComponentName of a live wallpaper that should be shown as a preview, for the user to confirm.

Java documentation for android.app.WallpaperManager.EXTRA_LIVE_WALLPAPER_COMPONENT.

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