हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
FeliCa का होस्ट कार्ड एम्युलेशन
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Felicity Card (FeliCa), एक आरएफ़आईडी स्मार्ट कार्ड सिस्टम है. यह जापान, हॉन्ग कॉन्ग, और एशिया-पैसिफ़िक (एपीएस) क्षेत्र के अन्य बाज़ारों में NFC स्टैंडर्ड है. इस क्षेत्र में इसका इस्तेमाल बढ़ रहा है. इसका इस्तेमाल, ट्रांसपोर्ट, रीटेल, और लॉयल्टी प्रोग्राम जैसी सेवाओं में किया जाता है. उस इलाके के लिए बनाए गए Android डिवाइसों में FeliCa की सुविधा जोड़ने से, उनका इस्तेमाल करना आसान हो जाता है.
लागू करना
एचसीई FeliCa के लिए, एनएफ़सी-एफ़ (जेआईएस 6319-4) स्टैंडर्ड के साथ काम करने वाला एनएफ़सी हार्डवेयर ज़रूरी है.
FeliCa का होस्ट कार्ड एम्युलेशन (एचसीई), Android पर मौजूदा एचसीई के साथ काम करता है. यह FeliCa के लिए नई क्लास बनाता है और जहां भी हो सके वहां मौजूदा एचसीई के साथ मर्ज हो जाता है.
Android Open Source Project (AOSP) में ये Android कॉम्पोनेंट शामिल हैं:
- फ़्रेमवर्क क्लास
- Public HostNfcFService (सुविधा सेवा क्लास)
- @hide NfcFServiceInfo
- एनएफ़सी के मुख्य फ़्रेमवर्क में बदलाव
Android प्लैटफ़ॉर्म की ज़्यादातर सुविधाओं की तरह, मैन्युफ़ैक्चरर ड्राइवर लिखते हैं, ताकि हार्डवेयर एपीआई के साथ काम कर सके.
पुष्टि करें
Android के साथ काम करने की जांच करने वाले टूल का इस्तेमाल करके, पक्का करें कि यह सुविधा सही तरीके से काम कर रही है. CTS पुष्टि करने वाला टूल (NfcTestActivity), android.hardware.nfc.hcef
सुविधा के कॉन्स्टेंट की जानकारी देने वाले डिवाइसों के लिए, इस सुविधा के लागू होने की जांच करता है.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-03-26 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-03-26 (UTC) को अपडेट किया गया."],[],[],null,["# Host card emulation of FeliCa\n\nFelicity Card (FeliCa), an RFID smart card system, is the NFC standard in\nJapan, Hong Kong, and other markets in the Asia-Pacific (APAC) region. It has\nbeen expanding in adoption in that region and is well used among transit,\nretail, and loyalty services. Adding support for FeliCa in Android devices\ndestined for that region improves their usefulness.\n\nImplementation\n--------------\n\nHCE FeliCa requires NFC hardware that supports the NFC-F (JIS 6319-4) standard.\n\nHost Card Emulation (HCE) of FeliCa is essentially a parallel implementation to\nthe existing HCE implementation on Android; it creates new classes for FeliCa\nwhere it makes sense and merges with the existing HCE implementation where\npossible.\n\nThe following Android components are included in the Android Open Source Project\n(AOSP):\n\n- Framework classes\n - Public HostNfcFService (convenience service class)\n - @hide NfcFServiceInfo\n- Modifications to core NFC framework\n\nAs with most Android platform features, manufacturers write the drivers to\nmake the hardware work with the API.\n\nValidation\n----------\n\nUse the [Android Compatibility\nTest Suite](/docs/compatibility/cts) to ensure this feature works as intended. CTS Verifier\n(NfcTestActivity) tests this implementation for devices reporting the\n`android.hardware.nfc.hcef` feature constant."]]