Share via


WallpaperManager.FlagLock Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.WallpaperManagerFlags enum directly instead of this field.

Flag: set or retrieve the lock-screen-specific wallpaper.

[Android.Runtime.Register("FLAG_LOCK", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.WallpaperManagerFlags enum directly instead of this field.", true)]
public const Android.App.WallpaperManagerFlags FlagLock = 2;
[<Android.Runtime.Register("FLAG_LOCK", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.WallpaperManagerFlags enum directly instead of this field.", true)>]
val mutable FlagLock : Android.App.WallpaperManagerFlags

Field Value

Value = 2
Attributes

Remarks

Flag: set or retrieve the lock-screen-specific wallpaper.

Java documentation for android.app.WallpaperManager.FLAG_LOCK.

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