diff options
| author | Ihab Awad <ihab@google.com> | 2014-07-24 17:52:29 -0700 |
|---|---|---|
| committer | Ihab Awad <ihab@google.com> | 2014-07-25 11:38:04 -0700 |
| commit | 293edf245f3e37691073c8bf4a1fc271ecbc5370 (patch) | |
| tree | 227ddcdf3301875329de898eeba897912297be6a /res/xml | |
| parent | 3bcf935b25470e94c8c6855862434d15b785c54a (diff) | |
| download | platform_packages_services_Telecomm-293edf245f3e37691073c8bf4a1fc271ecbc5370.tar.gz platform_packages_services_Telecomm-293edf245f3e37691073c8bf4a1fc271ecbc5370.tar.bz2 platform_packages_services_Telecomm-293edf245f3e37691073c8bf4a1fc271ecbc5370.zip | |
Improve Wi-Fi wiring
Bug: 16552606
Change-Id: Iddbde3d18e92ad1d40fb539d9177df582f317a7b
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/phone_account_preferences.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/res/xml/phone_account_preferences.xml b/res/xml/phone_account_preferences.xml index 716afb206..23313a16e 100644 --- a/res/xml/phone_account_preferences.xml +++ b/res/xml/phone_account_preferences.xml @@ -18,10 +18,14 @@ for making outgoing phone calls --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/phone_account_preferences_title"> - <ListPreference - android:key="default_outgoing_account" - android:title="@string/default_outgoing_account_title" - android:summary="@string/default_outgoing_account_summary" - android:defaultValue="" - android:persistent="false" /> + <com.android.telecomm.AccountSelectionPreference + android:key="default_outgoing_account" + android:title="@string/default_outgoing_account_title" + android:defaultValue="" + android:persistent="false" /> + <com.android.telecomm.AccountSelectionPreference + android:key="sim_call_manager_account" + android:title="@string/sim_call_manager_account" + android:defaultValue="" + android:persistent="false" /> </PreferenceScreen> |
