Android.Content.Intent.ActionWallpaperChanged Field
Broadcast Action: The current system wallpaper has changed.

Syntax

[Android.Runtime.Register("ACTION_WALLPAPER_CHANGED")]
[System.Obsolete("deprecated")]
public const string ActionWallpaperChanged

Remarks

Broadcast Action: The current system wallpaper has changed. See Android.App.WallpaperManager for retrieving the new wallpaper. This should only be used to determine when the wallpaper has changed to show the new wallpaper to the user. You should certainly never, in response to this, change the wallpaper or other attributes of it such as the suggested size. That would be crazy, right? You'd cause all kinds of loops, especially if other apps are doing similar things, right? Of course. So please don't do this.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1