Closed
Bug 942714
Opened 11 years ago
Closed 11 years ago
[DSDS][Gaia] STK menu and event for DSDS
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 934404
People
(Reporter: edgar, Unassigned)
References
Details
We will need to be able to operate and handle STK event for DSDS.
Reporter | ||
Comment 1•11 years ago
|
||
Quick update the change for 'icc-stkcommand',
*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;
.......
});
Wilfred, do you know how the STK is planned to be handled in 1.3?
Flags: needinfo?(wmathanaraj)
Comment 3•11 years ago
|
||
will talk to anshul offline on v1.3 STK - taking ni off on this bug
Flags: needinfo?(wmathanaraj)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•