blob: b3a8d550ca125590ecb777c98b28248f05ad239f [file] [log] [blame]
PauloftheWest7837b992014-06-24 07:42:27 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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
Fan Zhangd5547c62018-07-18 15:46:49 -070017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:settings="http://schemas.android.com/apk/res-auto"
20 android:key="saved_access_points"
21 android:title="@string/wifi_saved_access_points_label">
22
23 <PreferenceCategory
clownshen0a7e2c02019-02-21 17:54:09 +080024 android:key="subscribed_access_points_category"
25 android:title="@string/wifi_subscribed_access_points_tab"
26 settings:controller="com.android.settings.wifi.savedaccesspoints.SubscribedAccessPointsPreferenceController"/>
27
28 <PreferenceCategory
Fan Zhangd5547c62018-07-18 15:46:49 -070029 android:key="saved_access_points_category"
clownshen0a7e2c02019-02-21 17:54:09 +080030 android:title="@string/wifi_saved_access_points_tab"
Fan Zhangd5547c62018-07-18 15:46:49 -070031 settings:controller="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsPreferenceController"/>
PauloftheWest7837b992014-06-24 07:42:27 -070032
33</PreferenceScreen>