blob: 650754fe9719b7c91c78f58179ac413d30a9f9e1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
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.CallWaitingSwitchPreference
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>