TelephonyManager.IncludeLocationDataNone フィールド

定義

注意事項

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

場所に関連するデータを含めないように指定します。

[Android.Runtime.Register("INCLUDE_LOCATION_DATA_NONE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.IncludeLocationDataType enum directly instead of this field.", true)]
public const Android.Telephony.IncludeLocationDataType IncludeLocationDataNone = 0;
[<Android.Runtime.Register("INCLUDE_LOCATION_DATA_NONE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.IncludeLocationDataType enum directly instead of this field.", true)>]
val mutable IncludeLocationDataNone : Android.Telephony.IncludeLocationDataType

フィールド値

Value = 0
属性

注釈

場所に関連するデータを含めないように指定します。

呼び出し元が既にアクセス許可を所有 android.Manifest.permission#ACCESS_COARSE_LOCATION し、放棄していない場合に送信される場所に関連する情報を受信したくないかどうかを示します。

の Java ドキュメント android.telephony.TelephonyManager.INCLUDE_LOCATION_DATA_NONE

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

適用対象