blob: 4b7620d379bc568175cd6bd09be0643e42ecb975 [file] [log] [blame]
Jason Monkb37e2882016-01-11 14:27:20 -05001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 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
Fan Zhang9b346962017-01-21 14:54:05 -080018 xmlns:android="http://schemas.android.com/apk/res/android"
clownshenfafdfea2019-04-01 21:27:14 +080019 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fan Zhang02caf0f2018-03-06 16:18:10 -080020 android:key="data_usage_wifi_screen">
Jason Monkb37e2882016-01-11 14:27:20 -050021
22 <com.android.settings.datausage.TemplatePreferenceCategory
23 android:key="wifi_category"
24 android:title="@string/wifi">
25
26 <com.android.settings.datausage.DataUsagePreference
27 android:key="wifi_data_usage"
clownshenfafdfea2019-04-01 21:27:14 +080028 android:title="@string/wifi_data_usage"
29 settings:searchable="false"/>
Jason Monkb37e2882016-01-11 14:27:20 -050030
Jason Monkb37e2882016-01-11 14:27:20 -050031 </com.android.settings.datausage.TemplatePreferenceCategory>
32
33</PreferenceScreen>