PackageManager.IsAutoRevokeWhitelisted Property

Definition

<strong>Note: </strong>In retrospect it would have been preferred to use more inclusive terminology when naming this API.

public virtual bool IsAutoRevokeWhitelisted { [Android.Runtime.Register("isAutoRevokeWhitelisted", "()Z", "GetIsAutoRevokeWhitelistedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isAutoRevokeWhitelisted", "()Z", "GetIsAutoRevokeWhitelistedHandler", ApiSince=30)>]
member this.IsAutoRevokeWhitelisted : bool

Property Value

Boolean

whether this package is whitelisted from having its runtime permission be auto-revoked if unused for an extended period of time.

Attributes

Remarks

Java documentation for android.content.pm.PackageManager.isAutoRevokeWhitelisted().

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