Share via


CarrierMessagingService.ReceiveOptionsSkipNotifyWhenCredentialProtectedStorageUnavailable フィールド

定義

注意事項

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

ユーザーが電話のロックを解除する前にデバイスの #onReceiveTextSms 資格情報で暗号化されたストレージを使用できない場合に、新しいメッセージ通知をユーザーに表示しないことを示すために、 のコールバックに渡されるビットマスクのフラグを設定するために使用されます。

[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

フィールド値

Value = 2
属性

注釈

ユーザーが電話のロックを解除する前にデバイスの #onReceiveTextSms 資格情報で暗号化されたストレージを使用できない場合に、新しいメッセージ通知をユーザーに表示しないことを示すために、 のコールバックに渡されるビットマスクのフラグを設定するために使用されます。 ファイルベースの暗号化をサポートするデバイスにのみ適用されます。

の Java ドキュメント android.service.carrier.CarrierMessagingService.RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象