blob: d7c299e6a8791e1775f51f9b3b808002168721d3 [file] [log] [blame]
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001<?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
Stephen Chen41456782017-01-20 15:52:56 -080017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
Fan Zhang74c61d12017-11-17 16:49:54 -080019 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fabrice Di Meglio6f0739a2014-02-03 18:12:25 -080020 android:title="@string/wifi_settings"
21 settings:keywords="@string/keywords_wifi">
Chia-chi Yeh48090d42010-01-25 15:41:42 +080022
jackqdyuleief79de62018-11-01 13:09:33 -070023 <com.android.settings.wifi.LinkablePreference
24 android:key="wifi_status_message"/>
25
anitalina08e2722018-03-21 09:34:17 +080026 <PreferenceCategory
27 android:key="connected_access_point"
28 android:layout="@layout/preference_category_no_label"/>
Sundeep Ghumanf2000052017-01-31 12:23:53 -080029
anitalina08e2722018-03-21 09:34:17 +080030 <PreferenceCategory
31 android:key="access_points"
32 android:layout="@layout/preference_category_no_label"/>
Jason Monk55dd8862015-06-29 13:28:21 -040033
jackqdyuleief79de62018-11-01 13:09:33 -070034 <Preference
35 android:key="configure_settings"
36 android:title="@string/wifi_configure_settings_preference_title"
37 settings:allowDividerAbove="true"
38 android:fragment="com.android.settings.wifi.ConfigureWifiSettings"/>
Stephen Chen41456782017-01-20 15:52:56 -080039
jackqdyuleief79de62018-11-01 13:09:33 -070040 <Preference
41 android:key="saved_networks"
42 android:title="@string/wifi_saved_access_points_label"
43 android:fragment="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings"/>
clownshenfafdfea2019-04-01 21:27:14 +080044
45 <com.android.settings.datausage.DataUsagePreference
46 android:key="wifi_data_usage"
47 android:title="@string/wifi_data_usage"/>
Chia-chi Yeh48090d42010-01-25 15:41:42 +080048</PreferenceScreen>