blob: f2234e3926d35e29567909b539c1c2ec46e25d07 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
android:title="@string/additional_gsm_call_settings">
<com.android.phone.CLIRListPreference
android:key="button_clir_key"
android:title="@string/labelCallerId"
android:persistent="false"
android:defaultValue="DEFAULT"
android:entries="@array/clir_display_values"
android:entryValues="@array/clir_values"
android:dialogTitle="@string/labelCallerId"
android:summary="@string/sum_loading_settings"
android:enabled="false"/>
<com.android.phone.CallWaitingCheckBoxPreference
android:key="button_cw_key"
android:title="@string/labelCW"
android:persistent="false"
android:summaryOn="@string/sum_cw_enabled"
android:summaryOff="@string/sum_cw_disabled"
android:enabled="false"/>
</PreferenceScreen>