Closed Bug 921403 Opened 11 years ago Closed 11 years ago

[DSDS][Gaia] The ICC webapi has changed for DSDS, so all relevant Apps has to be modified accordingly.

Categories

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

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(blocking-b2g:1.3+)

RESOLVED DUPLICATE of bug 928325
1.3 Sprint 4 - 11/8
blocking-b2g 1.3+

People

(Reporter: kchang, Assigned: arthurcc)

References

Details

Naming changes are in ICC webapi, so the way to get Icc object differs.
For example:
Before:
var icc = navigator.mozIccManager;
icc.sendStkResponse();

After:
var iccIds = navigator.mozIccManager.iccIds;
var icc = navigator.mozIccManager.getIccById(iccIds[0]);
// The same below ...
icc.sendStkResponse();
blocking-b2g: --- → 1.3+
Arthur, may I know what's the target milestone in your mind for this bug? Thanks.
Flags: needinfo?(arthur.chen)
Flags: needinfo?(arthur.chen)
Target Milestone: --- → 1.3 Sprint 4 - 11/8
Seems the duplicate of bug 928325?
(In reply to Hsin-Yi Tsai  [:hsinyi] from comment #2)
> Seems the duplicate of bug 928325?
Yes, it is.....
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Blocks: 938422
You need to log in before you can comment on or make changes to this bug.