Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 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 | |
Stephen Chen | 4145678 | 2017-01-20 15:52:56 -0800 | [diff] [blame] | 17 | <PreferenceScreen |
| 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
Fan Zhang | 74c61d1 | 2017-11-17 16:49:54 -0800 | [diff] [blame] | 19 | xmlns:settings="http://schemas.android.com/apk/res-auto" |
Fabrice Di Meglio | 6f0739a | 2014-02-03 18:12:25 -0800 | [diff] [blame] | 20 | android:title="@string/wifi_settings" |
| 21 | settings:keywords="@string/keywords_wifi"> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 22 | |
jackqdyulei | ef79de6 | 2018-11-01 13:09:33 -0700 | [diff] [blame] | 23 | <com.android.settings.wifi.LinkablePreference |
| 24 | android:key="wifi_status_message"/> |
| 25 | |
anitalin | a08e272 | 2018-03-21 09:34:17 +0800 | [diff] [blame] | 26 | <PreferenceCategory |
| 27 | android:key="connected_access_point" |
| 28 | android:layout="@layout/preference_category_no_label"/> |
Sundeep Ghuman | f200005 | 2017-01-31 12:23:53 -0800 | [diff] [blame] | 29 | |
anitalin | a08e272 | 2018-03-21 09:34:17 +0800 | [diff] [blame] | 30 | <PreferenceCategory |
| 31 | android:key="access_points" |
| 32 | android:layout="@layout/preference_category_no_label"/> |
Jason Monk | 55dd886 | 2015-06-29 13:28:21 -0400 | [diff] [blame] | 33 | |
jackqdyulei | ef79de6 | 2018-11-01 13:09:33 -0700 | [diff] [blame] | 34 | <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 Chen | 4145678 | 2017-01-20 15:52:56 -0800 | [diff] [blame] | 39 | |
jackqdyulei | ef79de6 | 2018-11-01 13:09:33 -0700 | [diff] [blame] | 40 | <Preference |
| 41 | android:key="saved_networks" |
| 42 | android:title="@string/wifi_saved_access_points_label" |
| 43 | android:fragment="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings"/> |
clownshen | fafdfea | 2019-04-01 21:27:14 +0800 | [diff] [blame] | 44 | |
| 45 | <com.android.settings.datausage.DataUsagePreference |
| 46 | android:key="wifi_data_usage" |
| 47 | android:title="@string/wifi_data_usage"/> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 48 | </PreferenceScreen> |