Given an Android app that does NOT require any of the features that need to be declared in the
<uses-feature>
element of the manifest, is it best to omit this element entirely or include it with no attributes? Will either option have any different effects on your apps visibility/availability in the market?
From ‘s docs
If you are not using any feature that needs to have a
<uses-feature>in the manifest, just remove the whole tag.