mondrianwifi: overlay: mark as WiFi-only
Change-Id: I6c3d5118527903fd0b8a6eb5679dede961e01e9f
This commit is contained in:
parent
9af02d8498
commit
2a87ea3a05
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,12 @@
|
||||||
<!-- This device does not allow sms service. -->
|
<!-- This device does not allow sms service. -->
|
||||||
<bool name="config_sms_capable">false</bool>
|
<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. -->
|
<!-- Enables or disables fading edges when marquee is enabled in TextView. -->
|
||||||
<bool name="config_ui_enableFadingMarquee">false</bool>
|
<bool name="config_ui_enableFadingMarquee">false</bool>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue