Commits

Ta-wei Yen authored 349f4eddf76
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 ecbcce11cecc26d124adac8016f63667d01f3ab1)