summaryrefslogtreecommitdiffstats
path: root/res/xml/settings_headers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/settings_headers.xml')
-rw-r--r--res/xml/settings_headers.xml166
1 files changed, 166 insertions, 0 deletions
diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml
new file mode 100644
index 0000000..43338bb
--- /dev/null
+++ b/res/xml/settings_headers.xml
@@ -0,0 +1,166 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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.
+-->
+
+<preference-headers
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <!-- Operator hook -->
+
+ <header
+ android:fragment="com.android.settings.WirelessSettings"
+ android:id="@+id/operator_settings">
+ <intent android:action="com.android.settings.OPERATOR_APPLICATION_SETTING" />
+ </header>
+
+ <!-- Manufacturer hook -->
+
+ <header
+ android:fragment="com.android.settings.WirelessSettings"
+ android:id="@+id/manufacturer_settings">
+ <intent android:action="com.android.settings.MANUFACTURER_APPLICATION_SETTING" />
+ </header>
+
+ <!-- Wireless controls -->
+
+ <header
+ android:title="@string/radio_controls_title"
+ android:fragment="com.android.settings.WirelessSettings"
+ android:icon="@drawable/ic_settings_wireless">
+ </header>
+
+ <!-- Call settings - this is in the phone process -->
+
+ <header
+ android:id="@+id/call_settings"
+ android:icon="@drawable/ic_settings_call"
+ android:title="@string/call_settings_title">
+ <intent
+ android:action="android.intent.action.MAIN"
+ android:targetPackage="com.android.phone"
+ android:targetClass="com.android.phone.CallFeaturesSetting" />
+ </header>
+
+ <!-- Sound -->
+
+ <header
+ android:icon="@drawable/ic_settings_sound"
+ android:fragment="com.android.settings.SoundSettings"
+ android:title="@string/sound_settings_title">
+ </header>
+
+ <!-- Display -->
+
+ <header
+ android:icon="@drawable/ic_settings_display"
+ android:fragment="com.android.settings.DisplaySettings"
+ android:title="@string/display_settings_title">
+ </header>
+
+ <!-- Security & Location -->
+
+ <header
+ android:fragment="com.android.settings.SecuritySettings"
+ android:icon="@drawable/ic_settings_security"
+ android:title="@string/security_settings_title"
+ android:id="@+id/security_settings">
+ </header>
+
+ <!-- Application Settings -->
+
+ <header
+ android:fragment="com.android.settings.ApplicationSettings"
+ android:icon="@drawable/ic_settings_applications"
+ android:title="@string/applications_settings"
+ android:id="@+id/applications_settings">
+ </header>
+
+ <!-- Data Sync. The settings activity will ensure this is resolved to an
+ activity on the system image, otherwise it will remove this
+ preference. -->
+
+ <header
+ android:fragment="com.android.settings.ManageAccountsSettings"
+ android:icon="@drawable/ic_settings_sync"
+ android:title="@string/sync_settings"
+ android:id="@+id/sync_settings">
+ </header>
+
+ <!-- Privacy -->
+
+ <header
+ android:fragment="com.android.settings.PrivacySettings"
+ android:icon="@drawable/ic_settings_privacy"
+ android:title="@string/privacy_settings"
+ android:id="@+id/privacy_settings">
+ </header>
+
+ <!-- Storage -->
+
+ <header
+ android:fragment="com.android.settings.deviceinfo.Memory"
+ android:icon="@drawable/ic_settings_storage"
+ android:title="@string/storage_settings">
+ </header>
+
+ <!-- Language -->
+
+ <header
+ android:fragment="com.android.settings.LanguageSettings"
+ android:icon="@drawable/ic_settings_language"
+ android:title="@string/language_settings">
+ </header>
+
+ <!-- Voice input & output -->
+
+ <header
+ android:fragment="com.android.settings.VoiceInputOutputSettings"
+ android:icon="@drawable/ic_settings_speech"
+ android:title="@string/voice_input_output_settings">
+ </header>
+
+ <!-- Accessibility feedback -->
+
+ <header
+ android:fragment="com.android.settings.AccessibilitySettings"
+ android:icon="@drawable/ic_settings_accessibility"
+ android:title="@string/accessibility_settings">
+ </header>
+
+ <!-- Dock -->
+
+ <header
+ android:id="@+id/dock_settings"
+ android:fragment="com.android.settings.DockSettings"
+ android:icon="@drawable/ic_settings_dock"
+ android:title="@string/dock_settings">
+ </header>
+
+ <!-- Date & Time -->
+
+ <header
+ android:fragment="com.android.settings.DateTimeSettings"
+ android:icon="@drawable/ic_settings_date_time"
+ android:title="@string/date_and_time_settings_title">
+ </header>
+
+ <!-- About Device -->
+
+ <header
+ android:fragment="com.android.settings.DeviceInfoSettings"
+ android:icon="@drawable/ic_settings_about"
+ android:title="@string/about_settings">
+ </header>
+</preference-headers>