WallpaperInfo.LoadContextUri(PackageManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an URI that specifies a link for further context about this wallpaper.
[Android.Runtime.Register("loadContextUri", "(Landroid/content/pm/PackageManager;)Landroid/net/Uri;", "", ApiSince=25)]
public Android.Net.Uri? LoadContextUri (Android.Content.PM.PackageManager? pm);
[<Android.Runtime.Register("loadContextUri", "(Landroid/content/pm/PackageManager;)Landroid/net/Uri;", "", ApiSince=25)>]
member this.LoadContextUri : Android.Content.PM.PackageManager -> Android.Net.Uri
Parameters
An instance of PackageManager
to retrieve the URI.
Returns
The URI.
- Attributes
Remarks
Returns an URI that specifies a link for further context about this wallpaper.
Java documentation for android.app.WallpaperInfo.loadContextUri(android.content.pm.PackageManager)
.
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.