The DOC of google android said the :payload byte array, containing zero to (2 ** 32 - 1)
bytes,must not be null.
So I think a NDEF record can carry 4GB data.
But when I check the max size of Samsung‘s TecTiles with ndef.getMaxSize()
the size is just 716.
Why the TecTiles from samsung is not 4GB?I think any NFC tag which supported NDEF can carry 4GB data at most.