I recently got bitten by the fact that I forgot to declare uses-feature lines in my android manifest for permissions that I use. The play store adds them automatically and puts required to true. My code was able to handle the fact that the feature was not there, but I just did not notice it until it got deployed in the playstore.
So hence my question: Wouldn't it be a good idea to add a lint check for missing uses-feature lines if you need them for certain permissions? Thanks, Tom -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
