WallpaperInfo.ServiceInfo Property

Definition

Return the raw information about the Service implementing this wallpaper.

public Android.Content.PM.ServiceInfo? ServiceInfo { [Android.Runtime.Register("getServiceInfo", "()Landroid/content/pm/ServiceInfo;", "")] get; }
[<get: Android.Runtime.Register("getServiceInfo", "()Landroid/content/pm/ServiceInfo;", "")>]
member this.ServiceInfo : Android.Content.PM.ServiceInfo

Property Value

Attributes

Remarks

Return the raw information about the Service implementing this wallpaper. Do not modify the returned object.

Java documentation for android.app.WallpaperInfo.getServiceInfo().

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