次の方法で共有


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

Attributes

Remarks

If 1, 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.

This member is deprecated. Use Global#ALWAYS_FINISH_ACTIVITIES instead

Java documentation for android.provider.Settings.System.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