ContextWrapper.SetWallpaper Method

Definition

Overloads

SetWallpaper(Bitmap)

Caution

deprecated

C#
[Android.Runtime.Register("setWallpaper", "(Landroid/graphics/Bitmap;)V", "GetSetWallpaper_Landroid_graphics_Bitmap_Handler")]
[System.Obsolete("deprecated")]
public override void SetWallpaper (Android.Graphics.Bitmap? bitmap);

Parameters

bitmap
Bitmap
Attributes

Exceptions

Remarks

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

.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product Versions (Obsolete)
.NET for Android (.NET for Android API 34, .NET for Android API 35)

SetWallpaper(Stream)

Caution

deprecated

C#
[Android.Runtime.Register("setWallpaper", "(Ljava/io/InputStream;)V", "GetSetWallpaper_Ljava_io_InputStream_Handler")]
[System.Obsolete("deprecated")]
public override void SetWallpaper (System.IO.Stream? data);

Parameters

data
Stream
Attributes

Exceptions

Remarks

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

.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product Versions (Obsolete)
.NET for Android (.NET for Android API 34, .NET for Android API 35)