Was given advice to hide app from Droid (build:5) until fully compatible by doing this in androidmanifest : <uses-sdk android:maxSdkVersion="4" />
However the android:maxSdkVersion tag is only available if compiling using sdk 1.6. I heard that compiling using 1.6 will hide my app from users who are still on 1.5 (still a few i can see). But I want 1.5 and 1.6 users still to see the app just not 2.0 - how can I achieve this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

