ApplicationInfo.IsProfileableByShell Property

Definition

Returns whether or not this application can be profiled by the shell user, even when running on a device that is running in user mode.

public virtual bool IsProfileableByShell { [Android.Runtime.Register("isProfileableByShell", "()Z", "GetIsProfileableByShellHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("isProfileableByShell", "()Z", "GetIsProfileableByShellHandler", ApiSince=29)>]
member this.IsProfileableByShell : bool

Property Value

Attributes

Remarks

Returns whether or not this application can be profiled by the shell user, even when running on a device that is running in user mode.

Java documentation for android.content.pm.ApplicationInfo.isProfileableByShell().

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