Bug 933093 - Part 3: Add system message 'nfc-manager-send-file'. r=fabrice

This message is notified to system-process to initiate Bluetooth's send file operation.
This commit is contained in:
Siddartha Pothapragada 2013-12-15 15:22:27 -08:00
parent 73c0d4b415
commit a699c509fb

View File

@ -107,6 +107,9 @@ this.SystemMessagePermissionsTable = {
"nfc-manager-tech-lost": {
"nfc-manager": []
},
"nfc-manager-send-file": {
"nfc-manager": []
},
"nfc-powerlevel-change": {
"settings": ["read", "write"]
},