fix: remove mandatory requirement for android.software.leanback (#1248)

This commit is contained in:
albexk
2025-01-09 16:10:42 +03:00
committed by GitHub
parent e43aa02a5b
commit 0a5b54a2e4

View File

@@ -11,7 +11,7 @@
<uses-feature android:name="android.hardware.camera.any" android:required="false" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
<!-- for TV -->
<uses-feature android:name="android.software.leanback" android:required="true" />
<uses-feature android:name="android.software.leanback" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<!-- The following comment will be replaced upon deployment with default features based on the dependencies