summaryrefslogtreecommitdiff
path: root/res/xml/cdma_call_privacy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/cdma_call_privacy.xml')
-rw-r--r--res/xml/cdma_call_privacy.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/xml/cdma_call_privacy.xml b/res/xml/cdma_call_privacy.xml
new file mode 100644
index 00000000..f1a4c94a
--- /dev/null
+++ b/res/xml/cdma_call_privacy.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:settings="http://schemas.android.com/apk/res/com.android.phone"
+ android:title="@string/additional_cdma_call_settings">
+
+ <com.android.phone.CdmaVoicePrivacyCheckBoxPreference
+ android:key="button_voice_privacy_key"
+ android:title="@string/voice_privacy"
+ android:persistent="false"
+ android:summary="@string/voice_privacy_summary"/>
+</PreferenceScreen>