Consider that user has my app with version 1 and auto update option is disabled/off. I have an upgrade in the market for my app(say version 2). User gets a notification saying, "updates available" and updates my app. Now based on some requirement I need my app not be be upgraded to version 2. Can this be done?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...