blob: 3816f267e40ff9d7a26937dc182f1582e82dd70b [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"
Fan Zhang4560ab72018-07-10 15:46:31 -070020 android:title="@string/data_saver_title">
Jason Monk764f45d2016-01-21 14:12:11 -050021
22 <Preference
23 android:key="unrestricted_access"
24 android:title="@string/unrestricted_data_saver"
Doris Lingbab86af2017-05-04 12:35:31 -070025 android:summary="@string/summary_two_lines_placeholder"
Fan Zhang4560ab72018-07-10 15:46:31 -070026 android:fragment="com.android.settings.datausage.UnrestrictedDataAccess"
Edgar Wang71099e72020-03-10 19:47:40 +080027 settings:searchable="false"
Fan Zhang4560ab72018-07-10 15:46:31 -070028 settings:controller="com.android.settings.applications.specialaccess.DataSaverController" />
Jason Monk764f45d2016-01-21 14:12:11 -050029
Sunny Shaoa47e7dd2019-08-14 12:56:50 +080030 <com.android.settingslib.widget.FooterPreference
31 android:key="data_saver_footer"
32 android:title="@*android:string/data_saver_description"
33 android:selectable="false"
34 settings:searchable="false"/>
35
Jason Monk764f45d2016-01-21 14:12:11 -050036</PreferenceScreen>