Consider VoLTE carrier provisioned

VoLTE must be provisioned or AOSP won't send calls via us, and if that happens, we get phantom calls, which causes double call logging and other issues.
This commit is contained in:
penn5 2019-04-30 12:52:28 +01:00 committed by GitHub
parent 03451e1804
commit 3a6a095e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="config_ims_package">com.huawei.ims</string>
<bool name="config_carrier_volte_available">true</string>
<!-- <bool name="config_dynamic_bind_ims">true</bool>-->
</resources>