self.nfc_adapter.enableForegroundDispatch(self.j_context, self.nfc_pending_intent, self.ndef_exchange_filters, None)--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
After you've built the first APK, rebuilding is pretty quick (about 20-30 seconds on my slow laptop), if you're only changing your code.
And Kivy applications on Android are still subject to the workings of the Android OS. Our apps need permissions just like any other Android app.
--