credentialProviderPolicy property
Whether the app is allowed to act as a credential provider on Android 14 and above.
Optional. Possible string values are:
- "CREDENTIAL_PROVIDER_POLICY_UNSPECIFIED" : Unspecified. The behaviour is governed by credentialProviderPolicyDefault.
- "CREDENTIAL_PROVIDER_ALLOWED" : App is allowed to act as a credential provider.
Implementation
core.String? credentialProviderPolicy;