Language

ApplicationInfoMemtag Enum

Definition

public enum ApplicationInfoMemtag
type ApplicationInfoMemtag = 
Inheritance
ApplicationInfoMemtag

Fields

Name Value Description
Default -1

Default (unspecified) setting of Memtag.

Android reference for android.content.pm.ApplicationInfo.MEMTAG_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.

Off 0

Do not enable Memtag in this application or process.

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

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.

Async 1

Enable Memtag in Async mode in this application or process.

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

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.

Sync 2

Enable Memtag in Sync mode in this application or process.

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

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