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:
yoonjeong Jang <yjeong.jang@samsung.com>
Change-Id: Ieb65acf3e019c14a57b9e3b529cc4288de28c9f6
Loading
Please register or sign in to comment