That's a good idea. Would you mind filing a request on b.android.com along with some details, e.g. the specific permissions you used and the missing feature?
-- Tor On Mon, Apr 7, 2014 at 7:30 AM, Tom Billiet <[email protected]> wrote: > 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. > -- 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.
