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: I1d8dcce64a5a9a39df864fd414bbc4cde1def6c0 Fixes: 70675403 Test: CtsTelephonyTestCases
Loading
Please register or sign in to comment