blob: 87eeb8621ba1a515188617bb7adf229c2a2df6e7 [file] [log] [blame]
jackqdyulei131d3b32018-01-05 14:33:38 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2018 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17
jackqdyulei155c1782018-03-06 10:28:29 -080018<PreferenceScreen
19 xmlns:android="http://schemas.android.com/apk/res/android"
20 xmlns:settings="http://schemas.android.com/apk/res-auto"
jackqdyuleibaaf0432018-01-11 16:16:10 -080021 android:key="smart_battery_detail"
Sunny Shao26bd5a92019-04-18 17:17:39 +080022 android:title="@string/smart_battery_manager_title"
23 settings:searchable="false">
jackqdyulei131d3b32018-01-05 14:33:38 -080024
Lei Yu0a358ba2018-03-30 09:50:02 -070025 <com.android.settings.widget.VideoPreference
26 android:key="auto_awesome_battery"
Doris Ling09f527d2018-07-19 13:53:27 -070027 android:title="@string/summary_placeholder"
Lei Yu0a358ba2018-03-30 09:50:02 -070028 settings:animation="@raw/auto_awesome_battery"
Doris Ling09f527d2018-07-19 13:53:27 -070029 settings:preview="@drawable/auto_awesome_battery"
30 settings:controller="com.android.settings.widget.VideoPreferenceController"/>
jackqdyulei131d3b32018-01-05 14:33:38 -080031
32 <SwitchPreference
33 android:key="smart_battery"
34 android:title="@string/smart_battery_title"
Lei Yu0a358ba2018-03-30 09:50:02 -070035 android:summary="@string/smart_battery_summary"
Matthew Fritze0cb62642018-05-23 14:55:11 -070036 settings:controller="com.android.settings.fuelgauge.SmartBatteryPreferenceController"
Lei Yu0a358ba2018-03-30 09:50:02 -070037 settings:allowDividerAbove="true"/>
jackqdyulei131d3b32018-01-05 14:33:38 -080038
jackqdyulei155c1782018-03-06 10:28:29 -080039 <SwitchPreference
40 android:key="auto_restriction"
41 android:title="@string/battery_auto_restriction_title"
42 android:summary="@string/battery_auto_restriction_summary"
43 settings:controller="com.android.settings.fuelgauge.AutoRestrictionPreferenceController"/>
44
jackqdyulei131d3b32018-01-05 14:33:38 -080045 <Preference
46 android:key="restricted_app"
47 android:title="@string/restricted_app_title"/>
48
Sunny Shao513cc952019-08-16 17:14:57 +080049 <com.android.settingslib.widget.FooterPreference
50 android:key="smart_battery_detail_footer"
51 android:title="@string/smart_battery_footer"
52 android:selectable="false"
53 settings:searchable="false"/>
jackqdyulei131d3b32018-01-05 14:33:38 -080054</PreferenceScreen>