summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Manton <cmanton@google.com>2015-06-19 11:26:57 -0700
committerJonathan Basseri <misterikkit@google.com>2015-06-22 10:41:11 -0700
commit4e9fa91acd2a1f562b7663b9ad110090075eaf3e (patch)
tree8ad527dd8cf967f8b07361e8a135825fe64b808d /res
parent761fdfc8f95c8452f4e31ee8f39c92270a1b417d (diff)
downloadandroid_packages_services_Telephony-4e9fa91acd2a1f562b7663b9ad110090075eaf3e.tar.gz
android_packages_services_Telephony-4e9fa91acd2a1f562b7663b9ad110090075eaf3e.tar.bz2
android_packages_services_Telephony-4e9fa91acd2a1f562b7663b9ad110090075eaf3e.zip
Use carrier config API entrypoint
This was originally commit 52a93ff69cb87ee2ab7e75a2d3d64dcf502b4096 Bug: 21990447 Bug: 21878236 Change-Id: I98706af11b2a860892d2dc45d0426905ef0b6290
Diffstat (limited to 'res')
-rw-r--r--res/values-mcc310-mnc410/config.xml3
-rwxr-xr-xres/values-mcc311-mnc480/config.xml1
-rwxr-xr-xres/values/config.xml3
3 files changed, 1 insertions, 6 deletions
diff --git a/res/values-mcc310-mnc410/config.xml b/res/values-mcc310-mnc410/config.xml
index bf89c3456..7dd16b1e7 100644
--- a/res/values-mcc310-mnc410/config.xml
+++ b/res/values-mcc310-mnc410/config.xml
@@ -16,5 +16,4 @@
-->
<resources>
- <bool name="support_pause_ims_video_calls" translatable="false">false</bool>
-</resources> \ No newline at end of file
+</resources>
diff --git a/res/values-mcc311-mnc480/config.xml b/res/values-mcc311-mnc480/config.xml
index b7d0d6ef5..5cae0bc3a 100755
--- a/res/values-mcc311-mnc480/config.xml
+++ b/res/values-mcc311-mnc480/config.xml
@@ -23,5 +23,4 @@
<!-- Determine whether the voicemail notification is persistent in the notification bar.
If true, the voicemail notifications cannot be dismissed from the notification bar. -->
<bool name="voicemail_notification_persistent">true</bool>
- <bool name="support_pause_ims_video_calls" translatable="false">true</bool>
</resources>
diff --git a/res/values/config.xml b/res/values/config.xml
index 61af525f9..3df92f8ad 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -157,9 +157,6 @@
If true, the voicemail notifications cannot be dismissed from the notification bar. -->
<bool name="voicemail_notification_persistent">false</bool>
- <!-- For IMS video over LTE calls, determines whether video pause signalling is supported. -->
- <bool name="support_pause_ims_video_calls" translatable="false">true</bool>
-
<!-- Disables dialing "*228" (OTASP provisioning) on CDMA carriers where it is not supported or
is potentially harmful by locking the SIM to 3G. -->
<string name="config_disable_cdma_activation_code" translatable="false">false</string>