Jason Monk | 764f45d | 2016-01-21 14:12:11 -0500 | [diff] [blame] | 1 | <?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 Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame^] | 17 | <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 Monk | 764f45d | 2016-01-21 14:12:11 -0500 | [diff] [blame] | 22 | |
| 23 | <Preference |
| 24 | android:key="unrestricted_access" |
| 25 | android:title="@string/unrestricted_data_saver" |
Doris Ling | bab86af | 2017-05-04 12:35:31 -0700 | [diff] [blame] | 26 | android:summary="@string/summary_two_lines_placeholder" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame^] | 27 | android:fragment="com.android.settings.datausage.UnrestrictedDataAccess" |
| 28 | settings:controller="com.android.settings.applications.specialaccess.DataSaverController" /> |
Jason Monk | 764f45d | 2016-01-21 14:12:11 -0500 | [diff] [blame] | 29 | |
Jason Monk | 764f45d | 2016-01-21 14:12:11 -0500 | [diff] [blame] | 30 | </PreferenceScreen> |