<manifest xmlns:android="http://schemas.android.com/apk/res/android"
		  package="community.revteltech.nfc">
    <uses-permission android:name="android.permission.NFC" />
    <uses-feature android:name="android.hardware.nfc" android:required="false" />
</manifest>
