通过Phonegap开启/关闭NFC系统设置

时间:2016-11-08 08:15:36

标签: phonegap-plugins cordova-plugins nfc

我正在使用chariotsolution的nfc插件来获取phonegap(https://github.com/chariotsolutions/phonegap-nfc),这一切都非常适合阅读Nfc Tag。 在我的应用程序中,有一个切换按钮,希望通过phonegap中的编程方式开启/关闭NFC系统设置。这可能与应用程序有关吗?

有方法,显示设置但不显示开/关。

nfc.showSettings();

1 个答案:

答案 0 :(得分:1)

您无法以编程方式打开和关闭NFC。 nfc.enabled功能启动打开NFC设置的意图,以便用户启用(或禁用)NFC。 https://github.com/chariotsolutions/phonegap-nfc#nfcshowsettings

使用{{1}}检查NFC是否已启用。 https://github.com/chariotsolutions/phonegap-nfc#nfcenabled

这两个功能都包装了Android NFC API https://developer.android.com/reference/android/nfc/NfcAdapter.html#isEnabled()