WallpaperManager.FastDrawable Property

Definition

<strong> Important note: </strong> <ul> <li>Up to version S, this method requires the android.Manifest.permission#READ_EXTERNAL_STORAGE permission.

public virtual Android.Graphics.Drawables.Drawable? FastDrawable { [Android.Runtime.Register("getFastDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetFastDrawableHandler")] get; }
[<get: Android.Runtime.Register("getFastDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetFastDrawableHandler")>]
member this.FastDrawable : Android.Graphics.Drawables.Drawable

Property Value

A Drawable object for the requested wallpaper.

Attributes

Remarks

<strong> Important note: </strong> <ul> <li>Up to version S, this method requires the android.Manifest.permission#READ_EXTERNAL_STORAGE permission.</li> <li>Starting in T, directly accessing the wallpaper is not possible anymore, instead the default wallpaper is returned (some versions of T may throw a SecurityException).</li> <li>From version U, this method should not be used and will always throw a

Java documentation for android.app.WallpaperManager.getFastDrawable().

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.

Applies to