Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How the current application of QT NFC intercepts NFC responses does not pop up the selection box
Forum Updated to NodeBB v4.3 + New Features

How the current application of QT NFC intercepts NFC responses does not pop up the selection box

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 130 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sgsm
    wrote on last edited by
    #1

    QT NFC is used to develop a mobile app demo. The current problem is that when the application starts and reads the NFC tag, the Android system will still pop up the application selection box. After cancellation, my application can recognize the NFC tag. How to intercept these selection boxes?

    I have added Inter in androidmanifest.xml_ Filter

            <intent-filter>
                <action android:name="android.nfc.action.NDEF_DISCOVERED"/>
                <data android:mimeType="*/*"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
            <intent-filter>
                <action android:name="android.nfc.action.TECH_DISCOVERED"/>
           </intent-filter>
            <intent-filter>
                <action android:name="android.nfc.action.TAG_DISCOVERED"/>
            </intent-filter>
    

    Still can't, ask for help!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved