ActivityManager.SetProcessStateSummary(Byte[]) Method

Definition

Set custom state data for this process.

[Android.Runtime.Register("setProcessStateSummary", "([B)V", "GetSetProcessStateSummary_arrayBHandler", ApiSince=30)]
public virtual void SetProcessStateSummary (byte[]? state);
[<Android.Runtime.Register("setProcessStateSummary", "([B)V", "GetSetProcessStateSummary_arrayBHandler", ApiSince=30)>]
abstract member SetProcessStateSummary : byte[] -> unit
override this.SetProcessStateSummary : byte[] -> unit

Parameters

state
Byte[]

The state data. To be advised, <b>DO NOT</b> include sensitive information/data (PII, SPII, or other sensitive user data) here. Maximum length is 128 bytes.

Attributes

Remarks

Java documentation for android.app.ActivityManager.setProcessStateSummary(byte[]).

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