summaryrefslogtreecommitdiff
path: root/res/xml/gsm_umts_call_options.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/gsm_umts_call_options.xml')
-rw-r--r--res/xml/gsm_umts_call_options.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/res/xml/gsm_umts_call_options.xml b/res/xml/gsm_umts_call_options.xml
deleted file mode 100644
index 2f3c235a..00000000
--- a/res/xml/gsm_umts_call_options.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
- android:title="@string/labelGSMMore">
-
- <PreferenceScreen
- android:key="button_cf_expand_key"
- android:title="@string/labelCF"
- android:persistent="false">
-
- <intent android:action="android.intent.action.MAIN"
- android:targetPackage="com.android.phone"
- android:targetClass="com.android.phone.GsmUmtsCallForwardOptions"/>
- </PreferenceScreen>
-
- <PreferenceScreen
- android:key="button_more_expand_key"
- android:title="@string/additional_gsm_call_settings"
- android:persistent="false">
-
- <intent android:action="android.intent.action.MAIN"
- android:targetPackage="com.android.phone"
- android:targetClass="com.android.phone.GsmUmtsAdditionalCallOptions"/>
- </PreferenceScreen>
-</PreferenceScreen>