Confirmed users
978
edits
m (→Web API: navigator.mozMobileConnections) |
|||
| Line 106: | Line 106: | ||
var numberOfServices = window.navigator.mozMobileConnections.length; | var numberOfServices = window.navigator.mozMobileConnections.length; | ||
=== Implementation === | === Internal API and Implementation === | ||
Add clientId in the interface of nsIMobileConnectionProvider.idl and change the implementation of getVoiceConnectionInfo, getDataConnectionInfo, and getNetworkSelectionMode. | Add clientId in the interface of nsIMobileConnectionProvider.idl and change the implementation of getVoiceConnectionInfo, getDataConnectionInfo, and getNetworkSelectionMode. | ||