Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
      3      xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
      4      android:title="@string/labelGSMMore">
      5 
      6     <PreferenceScreen
      7         android:key="button_cf_expand_key"
      8         android:title="@string/labelCF"
      9         android:persistent="false">
     10 
     11         <intent android:action="android.intent.action.MAIN"
     12             android:targetPackage="com.android.phone"
     13             android:targetClass="com.android.phone.GsmUmtsCallForwardOptions"/>
     14     </PreferenceScreen>
     15 
     16     <PreferenceScreen
     17         android:key="button_more_expand_key"
     18         android:title="@string/additional_gsm_call_settings"
     19         android:persistent="false">
     20 
     21         <intent android:action="android.intent.action.MAIN"
     22             android:targetPackage="com.android.phone"
     23             android:targetClass="com.android.phone.GsmUmtsAdditionalCallOptions"/>
     24     </PreferenceScreen>
     25 </PreferenceScreen>
     26