I would like to use NFC if this feature is available on my device, and
if not, I will use some other technology.
The API level we are working on is API level 7, and the question is,
how the NFC functionality is
accessed if it is available?

With method
        getPackageManager().hasSystemFeature("android.hardware.nfc")
I can check whether NFC is supported, but what is the pattern to
access this functionality then?

Or is the only solution to provide two different versions of the apk?

Dominik

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to