Specify that WiFi is not required
This way it can run on TVs without WiFi (only ethernet)
This commit is contained in:
parent
8f117ccacb
commit
ae6c5321e8
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
<uses-feature android:name="android.software.leanback" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.wifi" android:required="false" />
|
||||
|
||||
<application
|
||||
android:name=".BaseApplication"
|
||||
|
|
Loading…
Reference in a new issue