Changes

Jump to: navigation, search

WebAPI/WebNFC

35 bytes removed, 06:58, 21 January 2015
Application Permissions
= Application Permissions =
NFC API can currently has three permissions.* '''nfc''', which will be used only by certified privileged applications.* '''nfc-share''', which will be used by ceritified(internal) applications.* '''nfc-manager', which will be used by System app.
To use general reading NDEF API, at least '''nfc-read''' permission is requiredcould be used for general tag reading/writing, or sending NDEF to NFC Peer.To write NDEF or to use NFCPeer, '''nfc-writeshare''' is requiredcould be used to send large file (Blob) to another NFC peerApplication Usage Example:  "permissions": { "nfc": { "access": "readwrite" } } '''** Only for internal user **'''For those APIs used by the nfc_manager in System app, '''nfc-manager''' permission is required. It must '''not''' be used in any other application besides System Appto control the RF state of NFC hardware.
= NFC example =
Confirm
266
edits

Navigation menu