次の方法で共有


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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象