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

Skip to content
Commit 984c72f2 authored by yoonjeong Jang's avatar yoonjeong Jang Committed by Jack Yu
Browse files

Modify data-Retry mechanism with message method



Previously, DcTracker triggers a 'data-reconnect' intent for its own retry-mechanism.
But DcTracker only specifies APNType for the intent. So that intent can be altered in an unintended way.
If Dual-sim target connects IMS connection for both slots and disconnected it at the same time,
'RECONNECT_ALARM' intent for slot2(DCT-C-1) can renew the intent of slot1(DCT-C-0) or vice versa.
This can be critical for dual-sim case so we made the specifier(PhoneId) for 'Data-Reconnect' intent.
So we removed several codes related to 'AlarmManager' and use direct mesaage within DCT (using handler).

Test: manual

Signed-off-by: default avataryoonjeong Jang <yjeong.jang@samsung.com>

Change-Id: Ieb65acf3e019c14a57b9e3b529cc4288de28c9f6
parent 63d503d4
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