Add target package to VisualVoicemailFilterSettings.
When a VVM SMS is received, opt/telephony send a broadcast to TelephonyService which will then bind to the remote package handling VVM. The remote package might change when the broadcast is in flight and caused the new package to receive SMS filtered by the old package. This caused flakiness in CTS tests. In this CL, the filter will also receive the package which set the filter settings, and will instruct TelephonyService to bind to the package that set the settings. Change-Id: I05cf758903db71a919d2a45451eae160aea7acc3 Fixes: 70675403 Test: CtsTelephonyTestCases
Loading
Please register or sign in to comment