Security/Reviews/Gaia/bluetooth: Difference between revisions

no edit summary
No edit summary
Line 18: Line 18:


====Permissions====
====Permissions====
The bluetooth app has the following permissions:
<code>
"permissions": {
    "bluetooth":{},
    "device-storage:sdcard":{ "access": "readonly" },
    "settings":{ "access": "readwrite" }
  }
</code>
* Bluetooth is need to send files via bluetooth.
* device-storage is used to monitor remaining disk space
* settings access is needed to monitor and change the "bluetooth.enabled" setting.


====Web Activity Handlers ====
====Web Activity Handlers ====
====Web Activity Usage ====
The bluetooth app accepts one web activity as described in its web app manifest:
The bluetooth app accepts one web activity as described in its web app manifest:


Line 37: Line 45:
   }
   }
</code>
</code>
====Web Activity Usage ====


==== Notable Event Handlers ====
==== Notable Event Handlers ====
canmove, Confirmed users
1,220

edits