Android Application NFC NDEF Record

The Android Application Record (AAR) is a special type of NDEF record that is used by Google’s Android operating system to signify to an NFC phone that an explicitly defined Android Application should be used to handle an NFC tag; this is called the Tag Dispatch System. Often times an Android App record will be added as the 2nd NDEF record in the NDEF message. This is useful to developers when they want to ensure their application is the application that will handle the NFC tag.

Contents

Attributes

GoToTags represents an Android Application NDEF records with the following attributes:

AttributeData TypeRequiredDescription
Package NameStringYesThe Android application’s package name. The same name used in the google play store URL (ex. com.nxp.taginfolite)