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?