DeviceAdminInfo.ActivityInfo Property

Definition

Return the raw information about the receiver implementing this device admin.

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

Property Value

Attributes

Remarks

Return the raw information about the receiver implementing this device admin. Do not modify the returned object.

Java documentation for android.app.admin.DeviceAdminInfo.getActivityInfo().

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