8 lines
279 B
XML
8 lines
279 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.tangem.tangemcard" >
|
|
<uses-feature
|
|
android:name="android.hardware.nfc"
|
|
android:required="true" />
|
|
|
|
<uses-permission android:name="android.permission.NFC" />
|
|
</manifest>
|