Add missing native methods to fix boot.

Change-Id: I02e158d7c287c886e218b7a57edd708f9e570695
This commit is contained in:
Nick Pelly
2010-10-13 10:10:47 -07:00
parent e03471e12f
commit aa29f86505

View File

@@ -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.