OSDN Git Service

am 2b78f433: (-s ours) am 93580e22: Import revised translations. DO NOT MERGE
[android-x86/packages-apps-Settings.git] / res / xml / wifi_settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2010 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"
18         android:title="@string/wifi_settings_category">
19
20     <CheckBoxPreference
21             android:key="enable_wifi"
22             android:title="@string/wifi_quick_toggle_title"
23             android:summary="@string/wifi_quick_toggle_summary"
24             android:persistent="false" />
25
26     <CheckBoxPreference
27             android:key="notify_open_networks"
28             android:dependency="enable_wifi"
29             android:title="@string/wifi_notify_open_networks"
30             android:summary="@string/wifi_notify_open_networks_summary"
31             android:persistent="false" />
32
33     <ListPreference
34             android:key="sleep_policy"
35             android:title="@string/wifi_setting_sleep_policy_title"
36             android:summary="@string/wifi_setting_sleep_policy_summary"
37             android:persistent="false"
38             android:entries="@array/wifi_sleep_policy_entries"
39             android:entryValues="@array/wifi_sleep_policy_values"
40             />
41
42     <com.android.settings.ProgressCategory
43             android:key="access_points"
44             android:dependency="enable_wifi"
45             android:title="@string/wifi_access_points"
46             android:persistent="false" />
47
48     <Preference
49             android:key="add_network"
50             android:dependency="enable_wifi"
51             android:title="@string/wifi_add_network"
52             android:persistent="false" />
53
54 </PreferenceScreen>