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

Commit 67fc4af9 authored by Nick Pelly's avatar Nick Pelly Committed by Android Git Automerger
Browse files

am 527d8bbd: Merge "Add missing native methods to fix boot." into gingerbread

Merge commit '527d8bbd' into gingerbread-plus-aosp

* commit '527d8bbd':
  Add missing native methods to fix boot.
parents a127c07c 527d8bbd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -96,6 +96,10 @@ public class NativeNfcManager {
     */
    public native void enableDiscovery(int mode);

    public native void disableDiscovery();

    public native void readerDiscovery();

    /**
     * Disables an NFCManager mode of operation. Allows to disable tag reader,
     * peer to peer initiator or target modes.