Settings.System.AlwaysFinishActivities Field

Definition

Caution

deprecated

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

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

Field Value

String
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