ApplicationInfo.GwpAsanNever Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.PM.GwpAsan enum directly instead of this field.

Never enable GWP-ASan in this application or process.

[Android.Runtime.Register("GWP_ASAN_NEVER", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.GwpAsan enum directly instead of this field.", true)]
public const Android.Content.PM.GwpAsan GwpAsanNever = 0;
[<Android.Runtime.Register("GWP_ASAN_NEVER", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.GwpAsan enum directly instead of this field.", true)>]
val mutable GwpAsanNever : Android.Content.PM.GwpAsan

Field Value

Value = 0

Implements

Attributes

Remarks

Never enable GWP-ASan in this application or process.

Java documentation for android.content.pm.ApplicationInfo.GWP_ASAN_NEVER.

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