blob: 5f3dfe499709e081a255ec9188647081875e51f6 [file] [log] [blame]
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001<?xml version="1.0" encoding="utf-8"?>
Andrew Lee2b36ba22014-11-05 17:08:49 -08002
Santos Cordon7d4ddf62013-07-10 11:58:08 -07003<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
4 xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
5 android:title="@string/labelGSMMore">
6
7 <PreferenceScreen
Andrew Lee2b36ba22014-11-05 17:08:49 -08008 android:key="call_forwarding_key"
Santos Cordon7d4ddf62013-07-10 11:58:08 -07009 android:title="@string/labelCF"
Andrew Lee2b36ba22014-11-05 17:08:49 -080010 android:persistent="false" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070011
12 <PreferenceScreen
Andrew Lee2b36ba22014-11-05 17:08:49 -080013 android:key="additional_gsm_call_settings_key"
Santos Cordon7d4ddf62013-07-10 11:58:08 -070014 android:title="@string/additional_gsm_call_settings"
Andrew Lee2b36ba22014-11-05 17:08:49 -080015 android:persistent="false" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070016
Santos Cordon7d4ddf62013-07-10 11:58:08 -070017</PreferenceScreen>