WallpaperManager.ClearWallpaper Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Equivalent to clear().
[Android.Runtime.Register("clearWallpaper", "()V", "GetClearWallpaperHandler", ApiSince=28)]
[Android.Runtime.RequiresPermission("android.permission.SET_WALLPAPER")]
public virtual void ClearWallpaper();
[<Android.Runtime.Register("clearWallpaper", "()V", "GetClearWallpaperHandler", ApiSince=28)>]
[<Android.Runtime.RequiresPermission("android.permission.SET_WALLPAPER")>]
abstract member ClearWallpaper : unit -> unit
override this.ClearWallpaper : unit -> unit
- Attributes
Remarks
Equivalent to clear(). Requires Manifest.permission.SET_WALLPAPER
See also:
Android reference for android.app.WallpaperManager.clearWallpaper.
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.