Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
AndroidManifest: depend on com.nxp.mifare
Browse files Browse the repository at this point in the history
As this application reads a MIFARE Classic tag, we need hardware support
for this. Devices containing a MIFARE-capable NFC controller are
required to set the com.nxp.mifare feature flag.

Signed-off-by: Philipp Kern <[email protected]>
  • Loading branch information
pkern committed Nov 22, 2012
1 parent 19a21b9 commit 461db2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
android:name="com.nxp.mifare"
android:required="true" />

<application
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit 461db2f

Please sign in to comment.