summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2015-04-29 16:44:46 -0400
committerRashed Abdel-Tawab <rashed@linux.com>2015-05-31 16:31:01 -0400
commit26349c6f9fa51e71fec15a863ddb91ca0648cd0e (patch)
treedbc9424e7c9f7ae36fac253286ff5108fef87498
parente8af3ba43b5e80886a1c1f7ca84db037da90f028 (diff)
vs980: Add overlay to indicate support for VoLTE
Change-Id: I548408531ec7832c67412c2239a5a63c64b5ad56
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
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>