blob: 19944e2285810497519c5b6634ac651bc515a419 [file] [log] [blame]
Jason Monk764f45d2016-01-21 14:12:11 -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 Zhang4560ab72018-07-10 15:46:31 -070017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:settings="http://schemas.android.com/apk/res-auto"
20 android:key="data_saver_screen"
21 android:title="@string/data_saver_title">
Jason Monk764f45d2016-01-21 14:12:11 -050022
23 <Preference
24 android:key="unrestricted_access"
25 android:title="@string/unrestricted_data_saver"
Doris Lingbab86af2017-05-04 12:35:31 -070026 android:summary="@string/summary_two_lines_placeholder"
Fan Zhang4560ab72018-07-10 15:46:31 -070027 android:fragment="com.android.settings.datausage.UnrestrictedDataAccess"
28 settings:controller="com.android.settings.applications.specialaccess.DataSaverController" />
Jason Monk764f45d2016-01-21 14:12:11 -050029
Jason Monk764f45d2016-01-21 14:12:11 -050030</PreferenceScreen>