Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Touch to Beam, the only way to send NFC (ICS)?

I know you answered a similar question on ICS here: https://stackoverflow.com/a/8320504

But there is something i still would like to know, because I'm working on my master thesis and therefore I would need this feature:

  1. Is it still true, that there is no possibility sending NFC from within an app without tap on the screen? (as it was shown in the StickyNotes sample in "How to NFC")

  2. Will this great feature of NFC be available again in the future?

  3. Is it true, that by disabling AndroidBeam in the settings, NFC-send-feature is disabled totally, too. You can only receive NFC?

Thank you in advance. BTW: I'm using Android ICS 4.0.1

like image 632
user1236001 Avatar asked Feb 27 '12 16:02

user1236001


1 Answers

  1. Yes, it is (still) not possible to disable the UI when sharing P2P data in Android 4.0.2 and 4.0.3.

  2. Google will have to decide this, I think. No way for anyone else to know.

  3. Android Beam equals the "NFC-send-feature". So, yes, by disabling Android Beam in the settings, you can no longer send data via NFC. (You can still receive data, though.)

like image 55
NFC guy Avatar answered Oct 20 '22 01:10

NFC guy