Android.Resource.Attribute.RequiredForAllUsers Field
Flag to specify if this application needs to be present for all users.

Value: 16843728

Syntax

[Android.Runtime.Register("requiredForAllUsers")]
public const int RequiredForAllUsers

Remarks

Flag to specify if this application needs to be present for all users. Only pre-installed applications can request this feature. Default value is false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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