The fields of Android.App.WallpaperManager are listed below. For a list of all members, see the WallpaperManager Members list.
See Also: Inherited members from Java.Lang.Object
const | ActionChangeLiveWallpaper | string. Directly launch live wallpaper preview, allowing the user to immediately confirm to switch to a specific live wallpaper. |
const | ActionCropAndSetWallpaper | string. Activity Action: Show settings for choosing wallpaper. |
const | ActionLiveWallpaperChooser | string. Launch an activity for the user to pick the current global live wallpaper. |
const | CommandDrop | string. Command for WallpaperManager.SendWallpaperCommand(Android.OS.IBinder, System.String, System.String, System.String, System.String, System.String): reported by the wallpaper host when the user drops an object into an area of the host. |
const | CommandSecondaryTap | string. Command for WallpaperManager.SendWallpaperCommand(Android.OS.IBinder, System.String, System.String, System.String, System.String, System.String): reported by the wallpaper host when the user releases a secondary pointer on an empty area (not performing an action in the host). |
const | CommandTap | string. Command for WallpaperManager.SendWallpaperCommand(Android.OS.IBinder, System.String, System.String, System.String, System.String, System.String): reported by the wallpaper host when the user taps on an empty area (not performing an action in the host). |
const | ExtraLiveWallpaperComponent | string. Extra in WallpaperManager.ActionChangeLiveWallpaper that specifies the ComponentName of a live wallpaper that should be shown as a preview, for the user to confirm. |
const | WallpaperPreviewMetaData | string. Manifest entry for activities that respond to Android.Content.Intent.ActionSetWallpaper which allows them to provide a custom large icon associated with this action. |