• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. PermissionSettings

PermissionSettings

In This Article
  1. Summary
  2. Properties
  3. Methods
  4. Specifications
  5. See also

This API is available on Firefox OS for internal applications only.

Summary

The PermissionSettings interface provides ways to let the user manage all the permissions requested by all apps on a Firefox OS device.

Properties

None.

Methods

 
PermissionSettings.get()
Allows to retrieve the status of a given permission.
PermissionSettings.isExplicit()
Allows to check if a permission is explicit or implicit.
PermissionSettings.remove()
Allows to remove a given permission for an app running inside the Firefox OS browser.
PermissionSettings.set()
Allows to change a permission.

Specifications

Not part of any specification.

See also

  • navigator.mozPermissionSettings
  • The Permissions API (Firefox OS)

Document Tags and Contributors

Tags: 
  • API
  • B2G
  • Firefox OS
  • Non Standard
  • Permissions
  • Reference
  • Référence
 Contributors to this page: chrisdavidmills, teoli, kscarfone, Jeremie
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:08:51 AM
See also
  1. Permissions API
  2. Archive
  3. Related pages for Permissions API
    1. Navigator.permissions
    2. PermissionStatus
    3. Permissions