Android.App.WallpaperManager.Drawable Property
Retrieve the current system wallpaper; if no wallpaper is set, the system built-in static wallpaper is returned.

Syntax

[get: Android.Runtime.Register("getDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetDrawableHandler")]
public virtual Android.Graphics.Drawables.Drawable Drawable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the current system wallpaper; if no wallpaper is set, the system built-in static wallpaper is returned. This is returned as an abstract Drawable that you can install in a View to display whatever wallpaper the user has currently set.

[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