Android.App.WallpaperManager.Clear Method
Remove any currently set wallpaper, reverting to the system's built-in wallpaper.

Syntax

[Android.Runtime.Register("clear", "()V", "GetClearHandler")]
public virtual void Clear ()

Exceptions

TypeReason
Java.IO.IOExceptionIf an error occurs reverting to the built-in wallpaper.

Remarks

Remove any currently set wallpaper, reverting to the system's built-in wallpaper. On success, the intent Android.Content.Intent.ActionWallpaperChanged is broadcast.

This method requires the caller to hold the permission NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#SET_WALLPAPER.

[Android Documentation]

Requirements

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