Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-122456

Support of NFC for Services when QtNative.onNewIntent() is private

XMLWordPrintable

    • Android
    • ec41bb4e2 (6.7), 0c30c8b91 (dev)
    • 2024wk08FOQtforAndroid, 2024wk18FOQtforAndroid, 2024wk20s2FOQtforAndroid, 2024wk22s2FOQtforAndroid

      On Android, the detection of new NFC tags only works in foreground
      applications. Android services do not support this because of API
      limitations on the Android side.
      Before 6.7.0 the official way to handle this was to call
      QtNative.onNewIntent() to forward the NFC Tag to the service. Since
      QtNative is private now, we need a public interface to forward
      NFC tags to an Android service.

      See also QTBUG-57646.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            assam Assam Boudjelthia
            jgreilich Julian Greilich
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes