List of usage examples for android.nfc NfcAdapter disableForegroundNdefPush
@Deprecated public void disableForegroundNdefPush(Activity activity)
From source file:Main.java
public static void disableNFCAdapter(Activity activity, NfcAdapter nfcAdapter) { nfcAdapter.disableForegroundNdefPush(activity); }