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

Commit 18adceb4 authored by Nick Pelly's avatar Nick Pelly Committed by Android Git Automerger
Browse files

am a29bf14e: Merge "New Intent defined for RF ON/OFF events" into gingerbread

* commit 'a29bf14e':
  New Intent defined for RF ON/OFF events
parents 54f428a6 a29bf14e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -99,6 +99,20 @@ public final class NfcAdapter {
    public static final String ACTION_TRANSACTION_DETECTED =
            "android.nfc.action.TRANSACTION_DETECTED";

    /**
     * Broadcast Action: an RF field ON has been detected.
     * @hide
     */
    public static final String ACTION_RF_FIELD_ON_DETECTED =
            "android.nfc.action.RF_FIELD_ON_DETECTED";

    /**
     * Broadcast Action: an RF Field OFF has been detected.
     * @hide
     */
    public static final String ACTION_RF_FIELD_OFF_DETECTED =
            "android.nfc.action.RF_FIELD_OFF_DETECTED";

    /**
     * Broadcast Action: an adapter's state changed between enabled and disabled.
     *