Confirmed users
266
edits
Allstars.chh (talk | contribs) |
Allstars.chh (talk | contribs) |
||
Line 79: | Line 79: | ||
= Application Permissions = | = Application Permissions = | ||
NFC API | NFC API has three permissions. | ||
* '''nfc''', which will be used by privileged applications. | |||
* '''nfc-share''', which will be used by ceritified(internal) applications. | |||
* '''nfc-manager', which will be used by System app. | |||
'''nfc''' permission could be used for general tag reading/writing, or sending NDEF to NFC Peer. | |||
'''nfc-share''' could be used to send large file (Blob) to another NFC peer. | |||
'''nfc-manager''' is used to control the RF state of NFC hardware. | |||
= NFC example = | = NFC example = |