- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Aug 2019 12:15:40 +0000
- To: public-web-nfc@w3.org
According to https://developer.android.com/reference/android/nfc/NdefRecord.html#createExternal(java.lang.String,%20java.lang.String,%20byte[]) > NFC Forum requires that the domain and type used in an external record are treated as case insensitive, however Android intent filtering is always case sensitive. **So this method will force the domain and type to lower-case before creating the NDEF Record.** -- GitHub Notification of comment by beaufortfrancois Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/308#issuecomment-525273869 using your GitHub account
Received on Tuesday, 27 August 2019 12:15:41 UTC