Android.Content.PM.PackageManager.FeatureSecurelyRemovesUsers Field
Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device supports secure removal of users.

Syntax

[Android.Runtime.Register("FEATURE_SECURELY_REMOVES_USERS")]
public const string FeatureSecurelyRemovesUsers

Remarks

Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device supports secure removal of users. When a user is deleted the data associated with that user is securely deleted and no longer available.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1