Friday 31 July 2020

Secure NFC : A new Approach in Android

Hi Guys !!! Hope all is well
In my previous post, I have discussed NFC related technology, implementation and its uses. 
Now Google Android comes with  Secure NFC, Its mainly for payment related stuff. 

Secure NFC is a feature introduced in Android 10 that allows off-host NFC card emulation to be enabled only when the device's screen is unlocked. Implementing this feature gives users the option to enable Secure NFC for improved security.

No comments:

Post a Comment

Build a Custom Kernel Module for Android

Hi Guys!!!Hope you are doing well !!!. Today I will describe how you can write a custom kernel module(Hello world) for Android and load it a...