diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2015-04-29 16:44:46 -0400 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2015-05-31 16:31:01 -0400 |
| commit | 26349c6f9fa51e71fec15a863ddb91ca0648cd0e (patch) | |
| tree | dbc9424e7c9f7ae36fac253286ff5108fef87498 | |
| parent | e8af3ba43b5e80886a1c1f7ca84db037da90f028 (diff) | |
vs980: Add overlay to indicate support for VoLTE
Change-Id: I548408531ec7832c67412c2239a5a63c64b5ad56
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 95e962d..1550613 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- /* -** Copyright 2012, The Android Open Source Project +** Copyright 2015, The CyanogenMod Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -31,5 +31,7 @@ <item>"supl"</item> </string-array> + <!-- Flag specifying whether VoLTE is available on device --> + <bool name="config_device_volte_available">true</bool> </resources> |
