krishnenc / seek-for-android

Automatically exported from code.google.com/p/seek-for-android
0 stars 0 forks source link

Integrating NFC-AR-DO with NFC Services #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of this feature: To full support GP Access Control and to be GP Access 
Control compliant.

How should the feature be integrated: To integrate NFC-AR-DO with Android NFC 
Services and replace the nfcee_access.xml scheme.

Use case for having this feature implemented: The access control for 
connectivity and transaction events on Android should be GPAC compliant instead 
of Android's proprietary approach (i.e. nfcee_access.xml).

Original issue reported on code.google.com by danny.w....@gmail.com on 10 Jan 2013 at 5:59

GoogleCodeExporter commented 9 years ago
nfcee_access.xml is used for accessing the embedded Secure Element from the 
host side. This is basically the eSE Access Control counterpart from Google.

Access Control for NFC transaction events can be checked from the NfcService 
through isNFCEventAllowed() in ISmartcardService.aidl

Original comment by Daniel.A...@gi-de.com on 15 Apr 2013 at 3:28