| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2008 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:phone="http://schemas.android.com/apk/res/com.android.phone" |
| android:title="@string/call_settings"> |
| |
| <PreferenceScreen |
| android:key="phone_account_settings_preference_screen" |
| android:title="@string/phone_accounts"> |
| |
| <intent |
| android:targetPackage="com.android.phone" |
| android:targetClass="com.android.phone.settings.PhoneAccountSettingsActivity"/> |
| |
| </PreferenceScreen> |
| |
| <PreferenceScreen |
| android:key="button_voicemail_category_key" |
| android:title="@string/voicemail" /> |
| |
| <PreferenceScreen |
| android:key="button_fdn_key" |
| android:title="@string/fdn" |
| android:persistent="false" /> |
| |
| <PreferenceScreen |
| android:key="@string/wifi_calling_settings_key" |
| android:title="@string/wifi_calling"> |
| |
| <intent android:action="android.intent.action.MAIN" |
| android:targetPackage="com.android.settings" |
| android:targetClass="com.android.settings.Settings$WifiCallingSettingsActivity"> |
| <extra android:name="show_drawer_menu" android:value="true" /> |
| </intent> |
| |
| </PreferenceScreen> |
| |
| <SwitchPreference |
| android:key="button_enable_video_calling" |
| android:title="@string/enable_video_calling_title" |
| android:persistent="true" |
| android:defaultValue="true" /> |
| |
| <SwitchPreference |
| android:key="button_auto_retry_key" |
| android:title="@string/auto_retry_mode_title" |
| android:persistent="false" |
| android:summary="@string/auto_retry_mode_summary"/> |
| |
| <PreferenceScreen |
| android:key="button_gsm_more_expand_key" |
| android:title="@string/labelGSMMore" |
| android:summary="@string/sum_gsm_call_settings" |
| android:persistent="false" /> |
| |
| <PreferenceScreen |
| android:key="button_cdma_more_expand_key" |
| android:title="@string/labelCDMAMore" |
| android:summary="@string/sum_cdma_call_settings" |
| android:persistent="false" /> |
| |
| </PreferenceScreen> |