Closed Bug 943229 Opened 11 years ago Closed 11 years ago

[DSDS][Gaia] format of 'icc-stkcommand' will be changed for DSDS, Gaia needs to do corresponding changes

Categories

(Firefox OS Graveyard :: Gaia::Settings, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
1.3 Sprint 6 - 12/6

People

(Reporter: edgar, Assigned: edgar)

References

Details

Attachments

(1 file)

(deleted), text/x-github-pull-request
frsela
: review+
Details
In bug 942096, we are going to extend stk system message, 'icc-stkcommand', to support DSDS. *before: navigator.mozSetMessageHandler("icc-stkcommand", function callHandleSTKCommand(message) { let stkCommand = message; ...... }); *after: navigator.mozSetMessageHandler("icc-stkcommand", function callHandleSTKCommand(message) { let iccId = message.iccId; // The iccId of sim card that propagates this stk command. let stkCommand = message.command; ....... }); This bug is focusing on backward compatibility for both new/old format to make sure we won't break single sim behavior. And the support for DSDS will be addressed in bug 942714.
Attached file Gaia pull request #14052 (deleted) —
Assignee: nobody → echen
Comment on attachment 8338345 [details] Gaia pull request #14052 Hi frsela, could you help to review this for me, thank you. :)
Attachment #8338345 - Flags: review?(frsela)
Attachment #8338345 - Flags: review?(frsela) → review+
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 1.3 Sprint 6 - 12/6
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: