Re: [android-developers] Starting an App by placing a Phone on a sticker

2011-08-04 Thread Mark Murphy
On Wed, Aug 3, 2011 at 6:31 AM, Samba wrote: > Suppose a tag has a text called "Test App" and In my phone i have an > app called "Test App". > > 1) Is it possible via NFC API to start that app. If the app is properly constructed, yes. http://developer.android.com/guide/topics/nfc/index.html#inte

[android-developers] Starting an App by placing a Phone on a sticker

2011-08-04 Thread Samba
Hi, Suppose a tag has a text called "Test App" and In my phone i have an app called "Test App". 1) Is it possible via NFC API to start that app. 2) Is it possible to uninstall an app by reading a tag text says "action:uninstall, APP: Test App" Where action is uninstall and App is Test App Thank