Set config_sms_capable to false

Tangorpro is a Wifi only device, and does not support SMS capabilities,
thus explicitly disabling it instead of using the
default configuration (config_sms_capable is set to be true).

Bug: 234618310
Change-Id: Ie4d22890db945fb830f3f10f3e777b5eeea014a8
This commit is contained in:
Roger Liao 2022-06-10 10:09:38 +08:00
parent 1903df30a8
commit 8c082f7323

View file

@ -20,4 +20,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- This device does not allow mobile data. -->
<bool name="config_mobile_data_capable">false</bool>
<!-- This device does not allow sms service. -->
<bool name="config_sms_capable">false</bool>
</resources>