`Include touchscreen apps` setting
Can this be toggled ON and greyed out (or outright removed) from Settings if a touch screen is detected?
Feels useless, since touch apps are included no matter if this is ON or OFF.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
Link issues together to show that they're related or that one is blocking others.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Hans-Christoph Steiner assigned to @hotlittlewhitedog
assigned to @hotlittlewhitedog
@hotlittlewhitedog just started working on Android TV support.
- Contributor
touchscreen is required=false on TV
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/> <uses-feature android:name="android.hardware.faketouch" android:required="false"/> <uses-feature android:name="android.hardware.telephony" android:required="false"/> <uses-feature android:name="android.hardware.camera" android:required="false"/> <uses-feature android:name="android.hardware.nfc" android:required="false"/> <uses-feature android:name="android.hardware.location.gps" android:required="false"/> <uses-feature android:name="android.hardware.microphone" android:required="false"/> <uses-feature android:name="android.hardware.sensor" android:required="false"/>
Edited by hotlittlewhitedog - Hans-Christoph Steiner mentioned in issue #928
mentioned in issue #928
- Hans-Christoph Steiner added preference viento labels
added preference viento labels
- Hans-Christoph Steiner changed milestone to %1.3
changed milestone to %1.3
- Hans-Christoph Steiner assigned to @eighthave and unassigned @hotlittlewhitedog
assigned to @eighthave and unassigned @hotlittlewhitedog
- Hans-Christoph Steiner mentioned in commit eighthave/fdroidclient@1fa7deab
mentioned in commit eighthave/fdroidclient@1fa7deab
- Hans-Christoph Steiner mentioned in commit eighthave/fdroidclient@8f393d9f
mentioned in commit eighthave/fdroidclient@8f393d9f
- Hans-Christoph Steiner mentioned in commit 6c6e3ad8
mentioned in commit 6c6e3ad8
Please register or sign in to reply