blob: 9764ad38248bcdfc7b0a39282826c20b1a292b7e [file] [log] [blame]
Jeff Sharkey313f7d82012-04-03 21:13:25 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2012 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 Zhang7d5c9ac2017-11-16 09:56:03 -080017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:key="data_usage_metered_prefs"
20 android:title="@string/network_restrictions">
Jeff Sharkey313f7d82012-04-03 21:13:25 -070021
Jeff Sharkey313f7d82012-04-03 21:13:25 -070022 <PreferenceCategory
23 android:key="mobile"
24 android:title="@string/data_usage_metered_mobile"
25 android:persistent="false" />
26
27 <PreferenceCategory
28 android:key="wifi"
29 android:title="@string/data_usage_metered_wifi"
Jeff Sharkey37c222f2012-05-04 10:26:46 -070030 android:persistent="false">
31
32 <Preference
33 android:key="wifi_disabled"
34 android:summary="@string/data_usage_metered_wifi_disabled"
35 android:persistent="false"
36 android:selectable="false" />
37
38 </PreferenceCategory>
Jeff Sharkey313f7d82012-04-03 21:13:25 -070039
Juan Lang330d6852017-05-18 11:49:37 -070040 <com.android.settingslib.widget.FooterPreference
Fan Zhangda2d4262017-01-09 16:58:41 -080041 android:title="@string/data_usage_metered_body"
Fan Zhang7d5c9ac2017-11-16 09:56:03 -080042 android:key="footer_preference"
Jeff Sharkeyb6548462014-07-21 15:38:06 -070043 android:selectable="false" />
44
Jeff Sharkey313f7d82012-04-03 21:13:25 -070045</PreferenceScreen>