blob: fe1a0720799634b2296e3e8aadbc4a4ed3f1784e [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"
Sunny Shao238928d2019-04-24 22:22:35 +080019 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fan Zhang02caf0f2018-03-06 16:18:10 -080020 android:key="data_usage_cellular_screen">
Jason Monkb37e2882016-01-11 14:27:20 -050021
22 <com.android.settings.datausage.TemplatePreferenceCategory
23 android:key="mobile_category"
24 android:title="@string/data_usage_tab_mobile">
25
26 <com.android.settings.datausage.CellDataPreference
27 android:key="data_usage_enable"
Sunny Shao238928d2019-04-24 22:22:35 +080028 android:title="@string/data_usage_enable_mobile"
29 settings:searchable="false" />
Jason Monkb37e2882016-01-11 14:27:20 -050030
31 <com.android.settings.datausage.DataUsagePreference
32 android:key="cellular_data_usage"
33 android:title="@string/cellular_data_usage" />
34
35 <com.android.settings.datausage.BillingCyclePreference
36 android:key="billing_preference"
37 android:title="@string/billing_cycle" />
38
39 </com.android.settings.datausage.TemplatePreferenceCategory>
40
41</PreferenceScreen>