History log of /packages/services/Telephony/src/com/android/phone/vvm/VisualVoicemailSettingsUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c9df04303b7c1289054f63646dffc45235fbe69b 18-Apr-2017 Ta-wei Yen <twyen@google.com> Implement getVisualVoicemailSettings()

This CL allow the system dialer to migrate voicemail settings from
telephony. The following values are provided:

"is_enabled": whether VVM is enabled before. The key will be
missing if the user never modified this setting and the default
should be used.

"default_old_pin": the voicemail PIN scrambled by the
provisioning process. For certain carriers the PIN must be set before
the voicemail feature can be used. Telephony had a automatic process
that will set a random PIN for the user and then prompt them to change
it. This must be migrated to the system dialer so the PIN will not be
lost after an upgrade.

Bug: 34093562
Test: N/A - pending dialer side changes to be implemented.

Change-Id: I037d1e7ec48eda7a0db282449b1c492e545e8930
/packages/services/Telephony/src/com/android/phone/vvm/VisualVoicemailSettingsUtil.java
c890531fe977852dd19fc920b7719a03f3a31b3e 28-Mar-2017 Ta-wei Yen <twyen@google.com> Remove visual voicemail in telephony

This CL deletes all visual voicemail client code in telephony service,
including settings.

The rest of the VVM code (filter settings and VisualVoicemailService
handler) is moved to com.android.phone.vvm.

Bug: 36173451
Bug: 35811769
Fixes: 36173451
Fixes: 35811769
Test: smoke test/legacy voicemail, voicemail settings
Change-Id: I4b0bdae28ffb1fce173dfb6aea26e2b06308f106
/packages/services/Telephony/src/com/android/phone/vvm/VisualVoicemailSettingsUtil.java