CarrierConfigManager.KeySupportsCustomizedRingingSignalBool 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.
Indicates if the carrier supports Customized Ringing Signal (CRS).
[Android.Runtime.Register("KEY_SUPPORTS_CUSTOMIZED_RINGING_SIGNAL_BOOL", ApiSince=37)]
public const string KeySupportsCustomizedRingingSignalBool;
[<Android.Runtime.Register("KEY_SUPPORTS_CUSTOMIZED_RINGING_SIGNAL_BOOL", ApiSince=37)>]
val mutable KeySupportsCustomizedRingingSignalBool : string
Field Value
- Attributes
Remarks
Indicates if the carrier supports Customized Ringing Signal (CRS). The Customized Ringing Signal (CRS) is an operator-specific feature that allows a subscriber to customize the media played to the called party during the establishment of an incoming call. When the MT call is received, the device will present the CRS media instead of its standard ringtone. This CRS media can consist of audio, video, still images, or any combination thereof. If true, telephony will handle incoming calls with CRS media as specified by the vendor IMS stack.
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.