Apps/Security/Permissions: Difference between revisions
Jump to navigation
Jump to search
Ptheriault (talk | contribs) No edit summary |
|||
Line 1: | Line 1: | ||
{{note|Please do not edit this page. Share your ideas in dev-webapps@lists.mozilla.org or [[Apps/Security/Discussion]] instead}} | |||
{| border="1" | |||
|+ Web Content (not exhaustive) | |||
|- | |||
! API!!Action!!Explicit!!Visual Indicator | |||
|- | |||
| Screen Orientation||lock screen orientation, detect changes||No||No | |||
|- | |||
| Vibration API||||No|| | |||
|- | |||
| IdleAPI||Detect user inactive||Yes||No | |||
|- | |||
| ResourceLock API||Prevent the screen from being dimmed or switched off||No||No | |||
|- | |||
| Geolocation API||Obtain current location of user|||| | |||
|- | |||
| Mouse Lock API||Lock access to mouse and get access to movement deltas rather than coordinates.||Yes||No | |||
|- | |||
| Network Information API||Get basic information about current network connectivity.||No||No | |||
|- | |||
| Battery Status API||Information about battery charge level and if device is plugged in.||No||No | |||
|} | |||
Revision as of 19:05, 8 May 2012
Note: Please do not edit this page. Share your ideas in dev-webapps@lists.mozilla.org or Apps/Security/Discussion instead
API | Action | Explicit | Visual Indicator |
---|---|---|---|
Screen Orientation | lock screen orientation, detect changes | No | No |
Vibration API | No | ||
IdleAPI | Detect user inactive | Yes | No |
ResourceLock API | Prevent the screen from being dimmed or switched off | No | No |
Geolocation API | Obtain current location of user | ||
Mouse Lock API | Lock access to mouse and get access to movement deltas rather than coordinates. | Yes | No |
Network Information API | Get basic information about current network connectivity. | No | No |
Battery Status API | Information about battery charge level and if device is plugged in. | No | No |