Skip to content

Instantly share code, notes, and snippets.

@miguelcardo
Created December 22, 2014 16:35
Show Gist options
  • Save miguelcardo/0ee6e40bb0c335b956d3 to your computer and use it in GitHub Desktop.
Save miguelcardo/0ee6e40bb0c335b956d3 to your computer and use it in GitHub Desktop.
Unregister from NFC events
public static void disableForegroundDispatch(Activity activity, NfcAdapter adapter) {
adapter.disableForegroundDispatch(activity);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment