If i have an application that needs to make calls and want to make another version that doesnt use it (to enable it to work on tablets wifi only - and also to enable uses to install it from the market of course) how can i do it?
Multiple APK Support of the Android Market will not help me as it only allows multiple APKS if they have any of the following different:
- OpenGL texture compression formats
- Screen size (and, optionally,screen density)
- API level
Will I need to have 2 differente applications?! (That's lameee).
Can i foul the problem/market by compiling versus 2 different APIs (2.0: to the app without phone permissions and 2.1 to the app with phone permissions) but setting the minVersion of both to 1.6 so they both work on the same devices?
Even if it accepts this.. will the market show the correct version to the devices?