SetSchemaRequest.PrivateComputeCoreUidAccess 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
This constant will be removed in the future version. Use Android.App.AppSearch.SchemaRequestPermissions enum directly instead of this field.
The visibility access for Private Compute Core.
[Android.Runtime.Register("PRIVATE_COMPUTE_CORE_UID_ACCESS", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.SchemaRequestPermissions enum directly instead of this field.", true)]
public const Android.App.AppSearch.SchemaRequestPermissions PrivateComputeCoreUidAccess = 12;
[<Android.Runtime.Register("PRIVATE_COMPUTE_CORE_UID_ACCESS", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.SchemaRequestPermissions enum directly instead of this field.", true)>]
val mutable PrivateComputeCoreUidAccess : Android.App.AppSearch.SchemaRequestPermissions
Field Value
Value = 12- Attributes
Remarks
The visibility access for Private Compute Core.
A schema with this permission requires callers to have a UID for which Process.isPrivateComputeCoreUid(int) returns true to access the data.
This permission can be combined with other permissions in the same set. In such cases, the caller must both have a Private Compute Core UID and hold all other permissions in the set to gain access.
Android reference for android.app.appsearch.SetSchemaRequest.PRIVATE_COMPUTE_CORE_UID_ACCESS.
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.