Skip to content

Commit

Permalink
fix: remove mandatory requirement for android.software.leanback (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
albexk authored Jan 9, 2025
1 parent e43aa02 commit 0a5b54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a5b54a

Please sign in to comment.