GwpAsan Enum

Definition

public enum GwpAsan
type GwpAsan = 
Inheritance
GwpAsan

Fields

Name Value Description
Default -1

Default (unspecified) setting of GWP-ASan.

Android reference for android.content.pm.ApplicationInfo.GWP_ASAN_DEFAULT.

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.

Never 0

Never enable GWP-ASan in this application or process.

Android reference 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.

Always 1

Always enable GWP-ASan in this application or process.

Android reference for android.content.pm.ApplicationInfo.GWP_ASAN_ALWAYS.

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