display network settings based on device capabilities + fix android basic network info

This commit is contained in:
Martín Fernández
2019-02-06 15:51:50 +01:00
committed by Frans de Jonge
parent f3a36f8285
commit 04e17424d0
8 changed files with 34 additions and 9 deletions

View File

@@ -21,6 +21,8 @@ local Device = {
hasKeyboard = no,
hasKeys = no,
hasDPad = no,
hasWifiToggle = yes,
hasWifiManager = no,
isTouchDevice = no,
hasFrontlight = no,
needsTouchScreenProbe = no,