Resource.Attribute.PrivateComputeCore 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.
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.