Top "Uses-feature" questions

Use this tag for questions about the uses-feature declaration in the AndroidManifest.

<uses-feature ... "android.hardware.faketouch"

I have a question: An application that specifies - uses-feature ... "android.hardware.faketouch" android:required="true" - in its Manifest …

android uses-feature
I set uses-feature android:required="false" but Google play keeps insisting on these features

I've coded my app so that it has some features which it prefers, but otherwise does not need as I …

android android-manifest uses-feature