CarrierMessagingService.ReceiveOptionsSkipNotifyWhenCredentialProtectedStorageUnavailable Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.

Used to set the flag in the bitmask passed to the callback of #onReceiveTextSms to indicate that a new message notification should not be shown to the user when the credential-encrypted storage of the device is not available before the user unlocks the phone.

[Android.Runtime.Register("RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.", true)]
public const Android.Service.Carrier.ReceiveOptions ReceiveOptionsSkipNotifyWhenCredentialProtectedStorageUnavailable = 2;
[<Android.Runtime.Register("RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Carrier.ReceiveOptions enum directly instead of this field.", true)>]
val mutable ReceiveOptionsSkipNotifyWhenCredentialProtectedStorageUnavailable : Android.Service.Carrier.ReceiveOptions

Field Value

Value = 2
Attributes

Remarks

Used to set the flag in the bitmask passed to the callback of #onReceiveTextSms to indicate that a new message notification should not be shown to the user when the credential-encrypted storage of the device is not available before the user unlocks the phone. It is only applicable to devices that support file-based encryption.

Java documentation for android.service.carrier.CarrierMessagingService.RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE.

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