On 12 Dec 2010 01:44, "Derek Munneke" <[email protected]> wrote: > Are you saying there was an option when you publish an app to say this app is only valid for devices with GPS, and then devices without GPS would not see the app in the market, and hence user would not download it and then complain it didn't work on their device? I missed that option, please tell me how?
Exactly. Off the top of my head, you put <use-feature> tags in the manifest. developer.android.com lists the available features. Moandji > > /derek > > -- > You received this message because you are subscribed to the Google Groups "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]<javaposse%[email protected]> . > For more options, visit this group at http://groups.google.com/group/javaposse?hl=en. -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
