blob: e9a34f11a3d5f0de272395a9175de9fdc186132c [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
Doris Ling03a3b512017-10-18 14:25:01 -070017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
Sunny Shaofb695782019-08-08 11:34:49 +080019 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fan Zhangaf155222018-07-11 09:41:39 -070020 android:key="billing_cycle_settings"
Doris Ling03a3b512017-10-18 14:25:01 -070021 android:title="@string/billing_cycle">
Jason Monkb37e2882016-01-11 14:27:20 -050022
23 <Preference
24 android:key="billing_cycle"
Andreas Terzis30743c72018-03-07 00:26:15 -080025 android:title="@string/app_usage_cycle" />
Jason Monkb37e2882016-01-11 14:27:20 -050026
Fan Zhang7bd19b82016-09-12 15:00:53 -070027 <SwitchPreference
28 android:key="set_data_warning"
29 android:title="@string/set_data_warning"/>
30
Jason Monkb37e2882016-01-11 14:27:20 -050031 <Preference
32 android:key="data_warning"
33 android:title="@string/data_warning" />
34
35 <SwitchPreference
36 android:key="set_data_limit"
37 android:title="@string/set_data_limit" />
38
39 <Preference
40 android:key="data_limit"
41 android:title="@string/data_limit" />
42
Sunny Shaofb695782019-08-08 11:34:49 +080043 <com.android.settingslib.widget.FooterPreference
44 android:key="billing_cycle_footer"
45 android:title="@string/data_warning_footnote"
46 android:selectable="false"
47 settings:searchable="false"/>
48
Jason Monkb37e2882016-01-11 14:27:20 -050049</PreferenceScreen>