How to simulate the tag touch from other application
I want to simulate the touch event for my application. My manifest is like <activity android:name=".activity.TagActivity_" android:label="@string/app_name" android:launchMode="singleTask" android:noHistory="true" android:permission="android.permission.NFC" android:screenOrientation="portrait" > <intent-filter> <action android:name="android.nfc.action.TECH_DISCOVERED" /> </intent-filter> <meta-data android:name="android.nfc.action.TECH_DISCOVERED" android:resource="@xml/nfc_tech_filter" /> <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED" /> <category android:name=