Settings.System.DtmfToneTypeWhenDialing Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CDMA only settings DTMF tone type played by the dialer when dialing.
[Android.Runtime.Register("DTMF_TONE_TYPE_WHEN_DIALING", ApiSince=23)]
public const string DtmfToneTypeWhenDialing;
[<Android.Runtime.Register("DTMF_TONE_TYPE_WHEN_DIALING", ApiSince=23)>]
val mutable DtmfToneTypeWhenDialing : string
Field Value
- Attributes
Remarks
CDMA only settings DTMF tone type played by the dialer when dialing. 0 = Normal 1 = Long
Java documentation for android.provider.Settings.System.DTMF_TONE_TYPE_WHEN_DIALING
.
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.