svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2009 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
Amith Yamasani | d799347 | 2010-08-18 13:59:28 -0700 | [diff] [blame] | 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" |
| 19 | android:title="@string/accessibility_settings_title"> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 20 | |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 21 | <PreferenceCategory |
| 22 | android:key="services_category" |
| 23 | android:title="@string/accessibility_services_title"> |
Svetoslav Ganov | 3d64653 | 2010-06-29 19:41:43 -0700 | [diff] [blame] | 24 | </PreferenceCategory> |
| 25 | |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 26 | <PreferenceCategory |
| 27 | android:key="system_category" |
| 28 | android:title="@string/accessibility_system_title"> |
David Brown | 6e101d1 | 2010-03-09 16:53:23 -0800 | [diff] [blame] | 29 | |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 30 | <CheckBoxPreference |
| 31 | android:key="toggle_large_text_preference" |
| 32 | android:title="@string/accessibility_toggle_large_text_title" |
Svetoslav Ganov | 9ad9cf6 | 2012-04-12 19:37:58 -0700 | [diff] [blame] | 33 | android:persistent="false"/> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 34 | |
| 35 | <CheckBoxPreference |
| 36 | android:key="toggle_power_button_ends_call_preference" |
| 37 | android:title="@string/accessibility_power_button_ends_call_title" |
Svetoslav Ganov | 9ad9cf6 | 2012-04-12 19:37:58 -0700 | [diff] [blame] | 38 | android:persistent="false"/> |
Svetoslav Ganov | ea5a50a | 2011-08-31 16:47:57 -0700 | [diff] [blame] | 39 | |
| 40 | <CheckBoxPreference |
Svetoslav Ganov | 2121f09 | 2012-05-18 18:00:24 -0700 | [diff] [blame^] | 41 | android:key="toggle_lock_screen_rotation_preference" |
Svetoslav Ganov | ea5a50a | 2011-08-31 16:47:57 -0700 | [diff] [blame] | 42 | android:title="@string/accelerometer_title" |
Svetoslav Ganov | 9ad9cf6 | 2012-04-12 19:37:58 -0700 | [diff] [blame] | 43 | android:persistent="false"/> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 44 | |
Svetoslav Ganov | 7e8dcbe | 2011-12-05 12:54:53 -0800 | [diff] [blame] | 45 | <CheckBoxPreference |
| 46 | android:key="toggle_speak_password_preference" |
| 47 | android:title="@string/accessibility_speak_password_title" |
Svetoslav Ganov | 9ad9cf6 | 2012-04-12 19:37:58 -0700 | [diff] [blame] | 48 | android:persistent="false"/> |
Svetoslav Ganov | 7e8dcbe | 2011-12-05 12:54:53 -0800 | [diff] [blame] | 49 | |
Svetoslav Ganov | 9ad9cf6 | 2012-04-12 19:37:58 -0700 | [diff] [blame] | 50 | <PreferenceScreen android:key="tts_settings" |
| 51 | android:fragment="com.android.settings.tts.TextToSpeechSettings" |
| 52 | android:title="@string/tts_settings_title" /> |
| 53 | |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 54 | <ListPreference android:key="select_long_press_timeout_preference" |
| 55 | android:title="@string/accessibility_long_press_timeout_title" |
Svetoslav Ganov | 8262301 | 2011-03-02 13:00:42 -0800 | [diff] [blame] | 56 | android:entries="@array/long_press_timeout_selector_titles" |
| 57 | android:entryValues="@array/long_press_timeout_selector_values" |
Svetoslav Ganov | 9ad9cf6 | 2012-04-12 19:37:58 -0700 | [diff] [blame] | 58 | android:persistent="false"/> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 59 | |
Svetoslav Ganov | 1ada233 | 2011-11-07 15:28:12 -0800 | [diff] [blame] | 60 | <!-- We want a dialog with no title, so use an empty string to avoid a fall back to the preference title. --> |
Svetoslav Ganov | 1a97fa1 | 2011-07-27 14:54:52 -0700 | [diff] [blame] | 61 | <com.android.settings.AccessibilityEnableScriptInjectionPreference |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 62 | android:key="toggle_script_injection_preference" |
| 63 | android:title="@string/accessibility_script_injection_title" |
Svetoslav Ganov | 1ada233 | 2011-11-07 15:28:12 -0800 | [diff] [blame] | 64 | android:dialogTitle="" |
Svetoslav Ganov | 1a97fa1 | 2011-07-27 14:54:52 -0700 | [diff] [blame] | 65 | android:dialogIcon="@android:drawable/ic_dialog_alert" |
Svetoslav Ganov | ea5a50a | 2011-08-31 16:47:57 -0700 | [diff] [blame] | 66 | android:dialogMessage="@string/accessibility_script_injection_security_warning_summary" |
Svetoslav Ganov | 1a97fa1 | 2011-07-27 14:54:52 -0700 | [diff] [blame] | 67 | android:positiveButtonText="@string/accessibility_script_injection_button_allow" |
| 68 | android:negativeButtonText="@string/accessibility_script_injection_button_disallow" |
Svetoslav Ganov | 9ad9cf6 | 2012-04-12 19:37:58 -0700 | [diff] [blame] | 69 | android:persistent="false"/> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 70 | |
Svetoslav Ganov | 8262301 | 2011-03-02 13:00:42 -0800 | [diff] [blame] | 71 | </PreferenceCategory> |
| 72 | |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 73 | </PreferenceScreen> |