Resource.Attribute.AlwaysRetainTaskState Field

Definition

Specify whether an acitivty's task state should always be maintained by the system, or if it is allowed to reset the task to its initial state in certain situations.

[Android.Runtime.Register("alwaysRetainTaskState")]
public const int AlwaysRetainTaskState = 16843267;
[<Android.Runtime.Register("alwaysRetainTaskState")>]
val mutable AlwaysRetainTaskState : int

Field Value

Value = 16843267
Attributes

Remarks

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