blob: 828d0cc9f4941c78d9ab711bda79fe7a602d8043 [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
Fan Zhang823dde52017-10-26 15:56:41 -070017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
Jason Monk3676b932016-04-04 13:20:59 -040019 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fan Zhang823dde52017-10-26 15:56:41 -070020 android:key="data_usage_screen"
Jason Monkb37e2882016-01-11 14:27:20 -050021 android:title="@string/data_usage_summary_title">
22
Jan Nordqvist4fbe0f82018-01-22 14:43:43 -080023 <com.android.settings.datausage.DataUsageSummaryPreference
Andreas Terzis446cd9d2018-03-17 16:27:20 -070024 android:key="status_header"
25 android:selectable="false" />
Jason Monkb37e2882016-01-11 14:27:20 -050026
Andreas Terzis446cd9d2018-03-17 16:27:20 -070027 <com.android.settings.datausage.DataSaverPreference
28 android:key="restrict_background"
29 android:title="@string/data_saver_title"
30 android:fragment="com.android.settings.datausage.DataSaverSummary"/>
Jason Monkb37e2882016-01-11 14:27:20 -050031</PreferenceScreen>