use of android.nfc.NfcAdapter in project android_frameworks_base by ResurrectionRemix.
the class NfcFCardEmulation method recoverService.
void recoverService() {
NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext);
sService = adapter.getNfcFCardEmulationService();
}
use of android.nfc.NfcAdapter in project android_frameworks_base by crdroidandroid.
the class CardEmulation method recoverService.
void recoverService() {
NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext);
sService = adapter.getCardEmulationService();
}
Aggregations