> On 12 Apr 2015, at 21:41, Felix E. Klee <[email protected]> wrote: > > According to the [app permissions documentation on MDN][1], the Mobile > Network API is available to privileged apps. On the [page for that > API][2], however, it says: "This API is available on Firefox OS for > internal applications only." > > *Who is right? And if the API is available to privileged apps, how do > I get the network operator name?* > > (For a demo at a Firefox OS workshop, I am looking for a simple API > which requires an app to be privileged.) > > [1]: https://developer.mozilla.org/en-US/Apps/Build/App_permissions > [2]: https://developer.mozilla.org/en-US/docs/Web/API/MozMobileNetworkInfo
There was a disparity between the app permissions table and the MozMobileNetworkInfo landing page. It is privileged, not internal (certified), so I’ve updated the banner at top of https://developer.mozilla.org/en-US/docs/Web/API/MozMobileNetworkInfo To show the correct info. Thanks for pointing it out. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
