Hallo Domnic,

Strange, the manifest looks good to me.

>     <uses-sdk android:minSdkVersion="9" />

Your phone is Android 2.3.3 (i.e. API version 10, right?). Otherwise,
the TECH_DETECTED intent is not available.

>         <activity android:name="verifytagscanact"
>               android:permission="android.permission.NFC"
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I'm not sure why you request the calling app to have the NFC permission.
You might want to try to remove this requirement, eventhough I would
expect the NFC Service to have this permission.

br,
Michael

-- 
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