canmove, Confirmed users
1,220
edits
Ptheriault (talk | contribs) |
Ptheriault (talk | contribs) 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 ==== | ||
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 ==== |