- ( MIME, NFC Forum URI) Android (AAR). AAR (, , ) NDEF .
(.. NDEF ), NDEF_DISCOVERED. . NFC Forum:
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="vnd.android.nfc"
android:host="ext"
android:pathPrefix="/yourdomain.com:yourtypename"/>
</intent-filter>
</activity>
AAR , , , Play Store , .
- NDEF_DISCOVERED, AAR MAIN/LAUNCHER ( Android , ). , NDEF_DISCOVERED MAIN/LAUNCHER , AAR .
, , AAR ?
, AAR. AAR NFC Forum "urn: nfc: ext: android.com:pkg", :
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="vnd.android.nfc" android:host="ext"
android:pathPrefix="/android.com:pkg" />
</intent-filter>