blob: a7f5a20774b70edf7fd81fd2c4c1ed43f8bff192 [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"
Stanley Wang05777512019-12-24 19:43:06 +080020 android:title="@string/wifi_settings">
Chia-chi Yeh48090d42010-01-25 15:41:42 +080021
jackqdyuleief79de62018-11-01 13:09:33 -070022 <com.android.settings.wifi.LinkablePreference
Stanley Wang05777512019-12-24 19:43:06 +080023 android:key="wifi_status_message"
24 settings:searchable="false"/>
jackqdyuleief79de62018-11-01 13:09:33 -070025
anitalina08e2722018-03-21 09:34:17 +080026 <PreferenceCategory
27 android:key="connected_access_point"
Stanley Wang05777512019-12-24 19:43:06 +080028 android:layout="@layout/preference_category_no_label"
29 settings:searchable="false"/>
Sundeep Ghumanf2000052017-01-31 12:23:53 -080030
anitalina08e2722018-03-21 09:34:17 +080031 <PreferenceCategory
32 android:key="access_points"
Stanley Wang05777512019-12-24 19:43:06 +080033 android:layout="@layout/preference_category_no_label"
34 settings:searchable="false"/>
Jason Monk55dd8862015-06-29 13:28:21 -040035
jackqdyuleief79de62018-11-01 13:09:33 -070036 <Preference
Jason Chiu2d609752019-12-19 15:59:07 +080037 android:key="configure_wifi_settings"
jackqdyuleief79de62018-11-01 13:09:33 -070038 android:title="@string/wifi_configure_settings_preference_title"
39 settings:allowDividerAbove="true"
40 android:fragment="com.android.settings.wifi.ConfigureWifiSettings"/>
Stephen Chen41456782017-01-20 15:52:56 -080041
jackqdyuleief79de62018-11-01 13:09:33 -070042 <Preference
43 android:key="saved_networks"
44 android:title="@string/wifi_saved_access_points_label"
45 android:fragment="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings"/>
clownshenfafdfea2019-04-01 21:27:14 +080046
47 <com.android.settings.datausage.DataUsagePreference
48 android:key="wifi_data_usage"
Stanley Wang05777512019-12-24 19:43:06 +080049 android:title="@string/wifi_data_usage"
50 settings:keywords="@string/keywords_wifi_data_usage"/>
Chia-chi Yeh48090d42010-01-25 15:41:42 +080051</PreferenceScreen>