android - android上的NFC应用开发

标签 android nfc

我想知道我是否可以在任何支持 nfc 的基于 android 的智能手机上开发应用程序,或者内核是否有限制不能使用 nfc 功能的某些部分?您能否提供智能手机示例,说明我可以不受限制地在 nfc 上开发应用程序。非常感谢。

最佳答案

来自文档:

<uses-feature android:name="android.hardware.nfc" /> , which tells Android Market that your application uses the NFC API. The declaration should include an android:required attribute that indicates whether you want Android Market to filter the application from devices that do not offer NFC support.

关于android - android上的NFC应用开发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7868385/

相关文章:

android - 带有 isInitialized 检查的单例

android - Okhttp 在与 Retrofit RxJavaCallAdapterFactory 一起使用时忽略 Dispatcher 设置

android - NFC typeb 卡未被任何 NFC 应用程序检测到(如 :nfctaginfo)

android - NfcV - 如何获取历史字节,就像在 NfcA 中一样?

jquery - 使用 phonegap 在 android native 应用程序上跳转文本

android - 在CircleCI中构建android应用程序测试时找不到gradlew

android - 我应该为 Dagger 2 中的每个 Activity 使用一个组件吗?

Android NFC 仅在单击按钮时读取标签

Android NFC java.io.IOException : Transceive failed

安卓NFC启动服务