Set config_sms_capable to false am: 8c082f7323
am: 0be7939353
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/18803231 Change-Id: I78f4413d7a0f1f4ded53aea49d0d6058099cb5bf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5b8675a036
1 changed files with 3 additions and 0 deletions
|
@ -20,4 +20,7 @@
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<!-- This device does not allow mobile data. -->
|
<!-- This device does not allow mobile data. -->
|
||||||
<bool name="config_mobile_data_capable">false</bool>
|
<bool name="config_mobile_data_capable">false</bool>
|
||||||
|
|
||||||
|
<!-- This device does not allow sms service. -->
|
||||||
|
<bool name="config_sms_capable">false</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue