SimPhonebookContract.ElementaryFiles.EfAdn フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Provider.SimElementaryFileType enum directly instead of this field.

SIM 上の "短縮ダイヤル番号" (ADN) 基本ファイル内のレコードにアクセスする場合に入力します。

[Android.Runtime.Register("EF_ADN", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.SimElementaryFileType enum directly instead of this field.", true)]
public const Android.Provider.SimElementaryFileType EfAdn = 1;
[<Android.Runtime.Register("EF_ADN", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.SimElementaryFileType enum directly instead of this field.", true)>]
val mutable EfAdn : Android.Provider.SimElementaryFileType

フィールド値

Value = 1
属性

注釈

SIM 上の "短縮ダイヤル番号" (ADN) 基本ファイル内のレコードにアクセスする場合に入力します。

ADN レコードは通常、ユーザーが作成します。

android.provider.SimPhonebookContract.ElementaryFiles.EF_ADNJava ドキュメント。

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

適用対象