mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: overlays: Set "config_voice_capable" to true.
- Fix Mobile Network settings crash
This commit is contained in:
parent
f3c463d006
commit
7940a322c1
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
|||
</string-array>
|
||||
|
||||
<!-- This device is not "voice capable"; it's data-only. -->
|
||||
<bool name="config_voice_capable">false</bool>
|
||||
<bool name="config_voice_capable">true</bool>
|
||||
|
||||
<!-- This device does not allow sms service. -->
|
||||
<bool name="config_sms_capable">true</bool>
|
||||
|
|
Loading…
Reference in a new issue