Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit c2e5d9ff authored by Adnan's avatar Adnan Committed by Steve Kondik
Browse files

Telephony: Leverage UiccSmsController.

  L's implementation for MSIM Sms interfaces would spawn off
  a new IccSmsInterfaceManager for each active sub. So creating
  a new Proxy for each Manager to would lead to failed creations
  of an Sms Interface.

  Instead, we should leverage qualcomm's UiccSmsController, which
  takes in the array of active phones, and gets the correct
  IccSmsInterfaceManager for the user selected subscription.

  This patch also handles non-intercepted sms dispatches, and then
  routes them to the correct IccSmsInterfaceManager for the
  sms subscription selected by the user.

Change-Id: I7402135bfbbd6a29da5b1f18016adb24068aa49f
parent 41cd5dae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment