次の方法で共有


CredentialProviderService.ServiceInterface Field

Definition

The Intent that must be declared as handled by the service.

[Android.Runtime.Register("SERVICE_INTERFACE", ApiSince=34)]
public const string ServiceInterface;
[<Android.Runtime.Register("SERVICE_INTERFACE", ApiSince=34)>]
val mutable ServiceInterface : string

Field Value

Attributes

Remarks

The Intent that must be declared as handled by the service. The service must also require the {android.Manifest.permission#BIND_CREDENTIAL_PROVIDER_SERVICE} permission so that only the system can bind to it.

Java documentation for android.service.credentials.CredentialProviderService.SERVICE_INTERFACE.

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