blob: a6ea16bc934aa044a060e4f9a46e58ffb3880695 [file] [log] [blame]
Jeff Hamilton462b8e82010-09-23 14:33:43 -05001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 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
18 xmlns:android="http://schemas.android.com/apk/res/android">
19
20 <com.android.browser.BrowserYesNoPreference
21 android:key="privacy_clear_cache"
22 android:title="@string/pref_privacy_clear_cache"
23 android:summary="@string/pref_privacy_clear_cache_summary"
Ben Murdochaf554522010-09-10 22:09:30 +010024 android:dialogMessage="@string/pref_privacy_clear_cache_dlg"
25 android:dialogTitle="@string/clear"
Jeff Hamilton462b8e82010-09-23 14:33:43 -050026 android:dialogIcon="@android:drawable/ic_dialog_alert" />
Ben Murdochaf554522010-09-10 22:09:30 +010027
Jeff Hamilton462b8e82010-09-23 14:33:43 -050028 <com.android.browser.BrowserYesNoPreference
29 android:key="privacy_clear_history"
30 android:title="@string/pref_privacy_clear_history"
31 android:summary="@string/pref_privacy_clear_history_summary"
Ben Murdochaf554522010-09-10 22:09:30 +010032 android:dialogMessage="@string/pref_privacy_clear_history_dlg"
33 android:dialogTitle="@string/clear"
Jeff Hamilton462b8e82010-09-23 14:33:43 -050034 android:dialogIcon="@android:drawable/ic_dialog_alert"/>
35
36 <CheckBoxPreference
37 android:key="accept_cookies"
38 android:defaultValue="true"
39 android:title="@string/pref_security_accept_cookies"
40 android:summary="@string/pref_security_accept_cookies_summary" />
Ben Murdochaf554522010-09-10 22:09:30 +010041
Jeff Hamilton462b8e82010-09-23 14:33:43 -050042 <com.android.browser.BrowserYesNoPreference
43 android:key="privacy_clear_cookies"
44 android:title="@string/pref_privacy_clear_cookies"
45 android:summary="@string/pref_privacy_clear_cookies_summary"
Ben Murdochaf554522010-09-10 22:09:30 +010046 android:dialogMessage="@string/pref_privacy_clear_cookies_dlg"
47 android:dialogTitle="@string/clear"
Jeff Hamilton462b8e82010-09-23 14:33:43 -050048 android:dialogIcon="@android:drawable/ic_dialog_alert"/>
49
50 <CheckBoxPreference
51 android:key="save_formdata"
52 android:defaultValue="true"
53 android:title="@string/pref_security_save_form_data"
54 android:summary="@string/pref_security_save_form_data_summary" />
55
Jeff Hamilton462b8e82010-09-23 14:33:43 -050056 <com.android.browser.BrowserYesNoPreference
57 android:key="privacy_clear_form_data"
58 android:title="@string/pref_privacy_clear_form_data"
59 android:summary="@string/pref_privacy_clear_form_data_summary"
Ben Murdochaf554522010-09-10 22:09:30 +010060 android:dialogMessage="@string/pref_privacy_clear_form_data_dlg"
61 android:dialogTitle="@string/clear"
Jeff Hamilton462b8e82010-09-23 14:33:43 -050062 android:dialogIcon="@android:drawable/ic_dialog_alert"/>
63
64 <CheckBoxPreference
65 android:key="enable_geolocation"
66 android:defaultValue="true"
67 android:title="@string/pref_privacy_enable_geolocation"
68 android:summary="@string/pref_privacy_enable_geolocation_summary" />
69
70 <com.android.browser.BrowserYesNoPreference
71 android:key="privacy_clear_geolocation_access"
72 android:dependency="enable_geolocation"
73 android:title="@string/pref_privacy_clear_geolocation_access"
74 android:summary="@string/pref_privacy_clear_geolocation_access_summary"
75 android:dialogMessage="@string/pref_privacy_clear_geolocation_access_dlg"
76 android:dialogTitle="@string/clear"
77 android:dialogIcon="@android:drawable/ic_dialog_alert"/>
78
79</PreferenceScreen>