언어

Resource.Attribute.PrivateComputeCore Field

Definition

If set to true, this component is run in a Private Compute Core Process.

[Android.Runtime.Register("privateComputeCore", ApiSince=37)]
public const int PrivateComputeCore = 16844469;
[<Android.Runtime.Register("privateComputeCore", ApiSince=37)>]
val mutable PrivateComputeCore : int

Field Value

Value = 16844469
Attributes

Remarks

If set to true, this component is run in a Private Compute Core Process.

May be a boolean value, such as "true" or "false".

Android reference for android.R.attr.privateComputeCore.

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