mondrianwifi: overlay: mark as WiFi-only

Change-Id: I6c3d5118527903fd0b8a6eb5679dede961e01e9f
This commit is contained in:
nyyu 2022-09-25 21:10:38 +02:00
parent 1aeb621a7d
commit 8f7934e5a2

View File

@ -138,6 +138,12 @@
<!-- This device does not allow sms service. -->
<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>
<!-- Enables or disables fading edges when marquee is enabled in TextView. -->
<bool name="config_ui_enableFadingMarquee">false</bool>