Use this tag for questions about the uses-feature declaration in the AndroidManifest.
the <uses-feature>
declaration declares a single hardware or software feature that is used by the application.
The purpose of a <uses-feature>
declaration is to inform any external entity of the set of hardware and software features on which your application depends.
More info can be found in the documentation.