Inspectopedia Help

Touchscreen not optional

Touchscreen not optional

Apps require the android.hardware.touchscreen feature by default. If you want your app to be available on TV, you must also explicitly declare that a touchscreen is not required as follows:

<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

Issue id: ImpliedTouchscreenHardware

https://developer.android.com/guide/topics/manifest/uses-feature-element.html

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3

Plugin:

Android, 2022.3.1 Beta 2

Last modified: 13 July 2023