Settings.Global.AlwaysFinishActivities Field

Definition

If not 0, the activity manager will aggressively finish activities and processes as soon as they are no longer needed.

[Android.Runtime.Register("ALWAYS_FINISH_ACTIVITIES")]
public const string AlwaysFinishActivities;
[<Android.Runtime.Register("ALWAYS_FINISH_ACTIVITIES")>]
val mutable AlwaysFinishActivities : string

Field Value

Attributes

Remarks

If not 0, the activity manager will aggressively finish activities and processes as soon as they are no longer needed. If 0, the normal extended lifetime is used.

Java documentation for android.provider.Settings.Global.ALWAYS_FINISH_ACTIVITIES.

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