WallpaperManager.GetInstance(Context) Method

Definition

Retrieve a WallpaperManager associated with the given Context.

[Android.Runtime.Register("getInstance", "(Landroid/content/Context;)Landroid/app/WallpaperManager;", "")]
public static Android.App.WallpaperManager? GetInstance (Android.Content.Context? context);
[<Android.Runtime.Register("getInstance", "(Landroid/content/Context;)Landroid/app/WallpaperManager;", "")>]
static member GetInstance : Android.Content.Context -> Android.App.WallpaperManager

Parameters

context
Context

Returns

Attributes

Remarks

Retrieve a WallpaperManager associated with the given Context.

Java documentation for android.app.WallpaperManager.getInstance(android.content.Context).

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