Language

SchemaRequestPermissions Enum

Definition

public enum SchemaRequestPermissions
type SchemaRequestPermissions = 
Inheritance
SchemaRequestPermissions

Fields

Name Value Description
ReadSms 1

The Manifest.permission.READ_SMS AppSearch supported in SetSchemaRequest.Builder.addRequiredPermissionsForSchemaTypeVisibility

Android reference for android.app.appsearch.SetSchemaRequest.READ_SMS.

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.

ReadCalendar 2

The Manifest.permission.READ_CALENDAR AppSearch supported in SetSchemaRequest.Builder.addRequiredPermissionsForSchemaTypeVisibility

Android reference for android.app.appsearch.SetSchemaRequest.READ_CALENDAR.

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.

ReadContacts 3

The Manifest.permission.READ_CONTACTS AppSearch supported in SetSchemaRequest.Builder.addRequiredPermissionsForSchemaTypeVisibility

Android reference for android.app.appsearch.SetSchemaRequest.READ_CONTACTS.

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.

ReadExternalStorage 4

The Manifest.permission.READ_EXTERNAL_STORAGE AppSearch supported in SetSchemaRequest.Builder.addRequiredPermissionsForSchemaTypeVisibility

Android reference for android.app.appsearch.SetSchemaRequest.READ_EXTERNAL_STORAGE.

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.

ReadHomeAppSearchData 5

The Manifest.permission.READ_HOME_APP_SEARCH_DATA AppSearch supported in SetSchemaRequest.Builder.addRequiredPermissionsForSchemaTypeVisibility

Android reference for android.app.appsearch.SetSchemaRequest.READ_HOME_APP_SEARCH_DATA.

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.

ReadAssistantAppSearchData 6

The Manifest.permission.READ_ASSISTANT_APP_SEARCH_DATA permission is supported in SetSchemaRequest.Builder.addRequiredPermissionsForSchemaTypeVisibility.

Android reference for android.app.appsearch.SetSchemaRequest.READ_ASSISTANT_APP_SEARCH_DATA.

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.

PrivateComputeCoreUidAccess 12

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.

Applies to