1<?xml version="1.0" encoding="utf-8"?>
2<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
3                  android:title="@string/additional_cdma_call_settings">
4
5    <com.android.phone.CdmaVoicePrivacySwitchPreference
6        android:key="button_voice_privacy_key"
7        android:title="@string/voice_privacy"
8        android:persistent="false"
9        android:summary="@string/voice_privacy_summary"/>
10
11    <PreferenceScreen
12        android:key="call_forwarding_key"
13        android:title="@string/labelCF"
14        android:persistent="false" />
15
16    <com.android.phone.CdmaCallWaitingPreference
17        android:key="call_waiting_key"
18        android:title="@string/labelCW"
19        android:persistent="false" />
20</PreferenceScreen>
21