blob: 1428741e8cf4e4a41d5c9dad150dfa3531d47748 [file] [log] [blame]
Daniel Nishi116a55c2016-05-10 17:35:57 -07001<?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 xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res-auto"
19 android:title="@string/automatic_storage_manager_settings" >
20
Daniel Nishiba03d2f2016-05-19 16:35:44 -070021 <DropDownPreference
22 android:key="days"
23 android:summary="%s"
24 android:title="@string/automatic_storage_manager_days_title"
25 android:entries="@array/automatic_storage_management_days"
Daniel Nishi1b9afaf2016-06-24 15:53:14 -070026 android:entryValues="@array/automatic_storage_management_days_values"
Daniel Nishi1ee13fd2017-03-21 14:13:39 -070027 settings:allowDividerBelow="true" />
Daniel Nishiba03d2f2016-05-19 16:35:44 -070028
29 <Preference
Daniel Nishi1ee13fd2017-03-21 14:13:39 -070030 android:key="freed_bytes"
31 android:persistent="false"
32 android:selectable="false"
33 settings:allowDividerAbove="true" />
Daniel Nishi116a55c2016-05-10 17:35:57 -070034
35</PreferenceScreen>