[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

[android-developers] java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation

2011-04-03 Thread Naresh Samba
Hi, One of the feature application is to detect and configure email/vpn profiles if the device on which application is running is Motorola Droid 2. I am using Motorola EDM api for acheiving this. This feature requires target to be set to "target=Motorola Mobility, Inc.:smileyvery-happy:roidPr

[android-developers] Mismatch in the class version between AndroidTestCasein 2.2 and one packaged in the sdk

2010-12-28 Thread Naresh Samba
Hi, I am looking at AndroidTestCase class in android 2.2 source code, it has a method getTestContext. when i tried to access the same function using android.jar packaged in sdk i don't see this methods. Not only this i see several methods which are public are not seen when i use android-sdk-for-w