commit | 1253ebc74a8453a88dc47a2b698145098d201681 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <martijn.coenen@nxp.com> | Wed Nov 24 11:13:57 2010 +0100 |
committer | Martijn Coenen <martijn.coenen@nxp.com> | Wed Nov 24 11:13:57 2010 +0100 |
tree | f615aac25de86a927839f3e2fc2f5cbacb967ed2 | |
parent | 9024564107b58955f7bd257cab6fc6dfcb2e5ec2 [diff] |
Fixed NfcAdapter init and getTechnology(). - GetTechnology() used a binary search, but the array was linked to another array (extras) which was not sorted. So made it linear. - The tag technologies were instantiated with a null NfcAdapter. Change-Id: Iae15169a89155c3a5c9f81824f809d6010ebac01