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

Commit 8dc6fca9 authored by doug yeager's avatar doug yeager Committed by Gerrit Code Review
Browse files

fixed inconsistant define values with android_nfc.h

Change-Id: Idccd2de60caf7b72839d158b39d14e2cfcdd5fc7
parent c8919841
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ public interface TagTechnology extends Closeable {
     * technologies in use.
     * @hide
     */
    public static final int ISO_PCD_A = 11;
    public static final int ISO_PCD_A = 100;

    /**
     * This technology is an instance of {@link IsoPcdB}.
@@ -172,7 +172,7 @@ public interface TagTechnology extends Closeable {
     * technologies in use.
     * @hide
     */
    public static final int ISO_PCD_B = 12;
    public static final int ISO_PCD_B = 101;

    /**
     * Get the {@link Tag} object backing this {@link TagTechnology} object.