Add visual voicemail SMS filter APIs
Added the following APIs to the framework: VoicemailContracts.ACTION_VOICEMAIL_SMS_RECEIVED VoicemailContracts.EXTRA_VOICEMAIL_SMS_TYPE VoicemailContracts.EXTRA_VOICEMAIL_SMS_DATA VoicemailContracts.EXTRA_VOICEMAIL_SMS_SUBID TelphonyManager.setVisualVoicemailSmsFilterEnabled() TelphonyManager.isVisualVoicemailSmsFilterEnabled() TelphonyManager.setVisualVoicemailSmsFilterPrefix() TelphonyManager.getVisualVoicemailSmsFilterPrefix() TelphonyManager.setVisualVoicemailSmsFilterOriginatingNumbers() TelphonyManager.getVisualVoicemailSmsFilterOriginatingNumbers() TelphonyManager.setVisualVoicemailSmsFilterDestinationPort() TelphonyManager.getVisualVoicemailSmsFilterDestinationPort() TelphonyManager.VVM_SMS_FILTER_DESTINATION_PORT_ANY TelphonyManager.VVM_SMS_FILTER_DESTINATION_PORT_DATA_SMS These values are required to implement the VisualVoicemailSmsFilter in frameworks/opt/telephony All of the APIs are hidden. Bug:27816386 Bug:27817303 Change-Id: I07736785da5fece84d1f3d27f270ac6fa94c1c56 (cherry picked from commit ecbcce11)
Loading
Please register or sign in to comment