Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00f2aaad authored by Eric Schmidt's avatar Eric Schmidt Committed by Android (Google) Code Review
Browse files

Merge "docs: Fixed text and Kovio links." into mnc-docs

parents 556e677a 4de0eada
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -113,10 +113,10 @@ public final class NfcBarcode extends BasicTagTechnology {
     * <p>Does not cause any RF activity and does not block.
     *
     * @return a byte array containing the barcode
     * @see <a href="http://www.kovio.com/docs/kovionfcbarcode.pdf">
     *      Kovio 128-bit NFC barcode datasheet</a>
     * @see <a href="http://kovio.com/docs/kovio-128-nfc-barcode-data-format.pdf">
     *      Kovio 128-bit NFC barcode data format</a>
     * @see <a href="http://www.thinfilm.no/docs/thinfilm-nfc-barcode-datasheet.pdf">
     *      Thinfilm NFC Barcode tag specification (previously Kovio NFC Barcode)</a>
     * @see <a href="http://www.thinfilm.no/docs/thinfilm-nfc-barcode-data-format.pdf">
     *      Thinfilm NFC Barcode data format (previously Kovio NFC Barcode)</a>
     */
    public byte[] getBarcode() {
        switch (mType) {