python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Android NFC intent not being “called”

Open shuaiLiWang opened this issue 5 years ago • 0 comments

Versions

  • Python:3.6
  • OS:ubuntu16.04
  • Kivy:
  • Cython:

Description

I want use NFC on andriod,andriod nfc intent not being “called”

buildozer.spec

i changed two place in buildozer.spec 1.android.permissions = INTERNET, CAMERA, NFC 2.log_level = 2

###code 代码

activity.bind(on_new_intent=self.on_new_intent),on_new_intent not being called

Logs

log

shuaiLiWang avatar Jul 29 '19 05:07 shuaiLiWang