Android.App.WallpaperManager.ActionCropAndSetWallpaper Field
Activity Action: Show settings for choosing wallpaper.

Syntax

[Android.Runtime.Register("ACTION_CROP_AND_SET_WALLPAPER")]
public const string ActionCropAndSetWallpaper

Remarks

Activity Action: Show settings for choosing wallpaper. Do not use directly to construct an intent; instead, use WallpaperManager.GetCropAndSetWallpaperIntent(Android.Net.Uri).

Input: Android.Content.Intent.Data is the URI of the image to crop and set as wallpaper.

Output: RESULT_OK if user decided to crop/set the wallpaper, RESULT_CANCEL otherwise Activities that support this intent should specify a MIME filter of "image/*"

[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