overlay: mark device as not mobile data capable

* d1e1b35604
  291415806f
This commit is contained in:
Konsta
2023-07-24 13:15:27 +03:00
parent 1adc59b4db
commit 4e10f632e1

View File

@@ -46,6 +46,12 @@
cell broadcasting sms, and MMS. -->
<bool name="config_sms_capable">false</bool>
<!-- Flag indicating whether the current device allows data.
If true, this means that the device supports data connectivity through
the telephony network.
This can be overridden to false for devices that support voice and/or sms . -->
<bool name="config_mobile_data_capable">false</bool>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>