diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2015-04-29 16:44:46 -0400 |
|---|---|---|
| committer | Dan Pasanen <dan.pasanen@gmail.com> | 2015-11-22 07:20:10 -0800 |
| commit | ad39f37304bdea75ade11b6cf05b1055afddc8e4 (patch) | |
| tree | 0579b275d548b5f2b4e59fd09025cda7e627a0a1 | |
| parent | 8d1d39f29402b8319ccfbce44a158281dc6bd0b2 (diff) | |
vs985: Add overlay to indicate support for VoLTE
Change-Id: I548408531ec7832c67412c2239a5a63c64b5ad56
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 48aefee..787ad83 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -31,6 +31,9 @@ <item>"supl"</item> </string-array> + <!-- Flag specifying whether VoLTE is available on device --> + <bool name="config_device_volte_available">true</bool> + <!-- The RadioAccessFamilies supported by the device. Empty is viewed as "all". Only used on devices which don't support RIL_REQUEST_GET_RADIO_CAPABILITY |
