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

Commit 67a337bc authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Fixed technology name typo's.

Change-Id: If39b109cb60c762d50c21f6aaced0a31abb66c40
parent bc7180bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -74,17 +74,17 @@ public interface TagTechnology {
    /**
     * A Mifare Classic tag with NDEF data
     */
    public static final int MIFRARE_CLASSIC_NDEF = 201;
    public static final int MIFARE_CLASSIC_NDEF = 201;

    /**
     * A Mifare Ultralight tag
     */
    public static final int MIFRARE_ULTRALIGHT = 202;
    public static final int MIFARE_ULTRALIGHT = 202;

    /**
     * A Mifare DESFire tag
     */
    public static final int MIFRARE_DESFIRE = 203;
    public static final int MIFARE_DESFIRE = 203;

    /**
     * Returns the technology type for this tag connection.