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)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3 Sprint 6 - 12/6
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
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.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → echen
Assignee | ||
Comment 2•11 years ago
|
||
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)
Updated•11 years ago
|
Attachment #8338345 -
Flags: review?(frsela) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
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.
Description
•