Settings.System.AlwaysFinishActivities Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.