Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
149 views

Do you know if NFC can be used within an Android Instant App?

Did some research and got conflicting info. The places that stipulate that NFC isn't supported by instant apps are quite old publications (2017). However, the Android docs don't list NFC in the ...
majimekun's user avatar
  • 210
2 votes
1 answer
436 views

Start an Android Instant App from a NFC Tag

I have developped a simple Instant App to demonstrate feature. When i click on an URL from a mail, the instant app is streamed and seems to work fine. I can then proposed to user to install an app ...
FbFromGrasse's user avatar
16 votes
1 answer
3k views

Instant Apps with NFC

I'm trying to get an instant app to be opened via NFC. I have something like the below in my AndroidManifest.xml <intent-filter android:autoVerify="true"> <action android:name="android....
Ryan C's user avatar
  • 1,003
1 vote
1 answer
2k views

Limitation of the Android Instant App Permission

I trying to see if my app could be done in instant app. My app is based on taking the temperature sent by NFC from my ship. Unfortunately the FAQ of android developers site says that only these ...
Eliott Nagar's user avatar
0 votes
1 answer
2k views

how to implement google instant app with NFC in android studio

i want to run instant app when tapping nfc tag in android studio. currently my simple instant app is crash when calling NFCAdapter.
jerry's user avatar
  • 55