Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7699237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:25:53+00:00 2026-05-31T22:25:53+00:00

I have an app with a pending intent subscribed to ACTION_NDEF_DISCOVERED and a normal

  • 0

I have an app with a pending intent subscribed to ACTION_NDEF_DISCOVERED and a normal intent subscribed to ACTION_TECH_DISCOVERED.

It looks like I need to have the latter intent, so that my app will come up in the NFC selection action screen.

However, with my pending intent (which is modeled after the API reference code) I have to scan the tag twice for the OnNewIntent to fire.

So a few suspicions arise:

  1. Do I really need two intents to capture both in app scans and out of app scans?
  2. Why is that the pending intent is requiring two scans? Is it because I’m subscribing with it in the manifest and in code as shown in the sample or because I have two NFC intents (albeit at different NFC intent levels) ?

Here’s the core question:

How do I make this work so that, outside of the app my app comes up in the NFC actions window and inside the app only scan is required for OnNewIntent to fire?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T22:25:54+00:00Added an answer on May 31, 2026 at 10:25 pm

    From your description, it looks like your set-up of the code is mostly OK. One thing you may have missed: when your app is started from the NFC actions window (the app chooser), your app’s Activity will be started with onCreate() and you have to retrieve the NFC intent with getIntent(). Only after the enableForegroundDispatch() (with the PendingIntent), new NFC intents will cause onNewIntent() to be called.

    You could do it like this:

    void onCreate(Bundle savedInstanceState) {
      ... // set up your Activity
      handleNfcIntent(getIntent);
    }
    
    void onNewIntent(Intent intent) {
      super.onNewIntent(intent);
      handleNfcIntent(intent);
    }
    
    void handleNfcIntent(Intent intent) {
      // NFC Intent handling code here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

have an app that finds your GPS location successfully, but I need to be
I have an android app that will record data every x mins. The time
I have app in which i have recorded sound files i want that i
Have an app that has listings - think classified ads - and each listing
I have an app that needs to read a PDF file from the file
i have an app widget, which contains only one imageview. i redraw that image
I'm refactoring some code so that my app will pull data from a website
I'm building an app that will trigger notifications at specific time-intervals during the users
I have an app that plays radio stations, and I now want to integrate
for my app, I need something like a proximity alert, which is registered to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.