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:
parent
1903df30a8
commit
8c082f7323
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue