blob: cdc8cec3b3491ec01289b6af31e9250d46c240e8 [file] [log] [blame]
maxwen04ca42b2018-07-09 00:50:20 +02001<?xml version="1.0" encoding="utf-8"?>
micky38798506412023-10-23 16:33:47 +02002<!-- Copyright (C) 2023 The OmniROM Project
maxwen04ca42b2018-07-09 00:50:20 +02003
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16 -->
micky38798506412023-10-23 16:33:47 +020017
18<resources>
micky38763226632023-10-24 10:41:31 +020019 <!-- OmniLib TaskUtils -->
micky38798506412023-10-23 16:33:47 +020020 <java-symbol type="anim" name="last_app_in" />
21 <java-symbol type="anim" name="last_app_out" />
22
micky387ac1e8782023-10-26 14:22:54 +020023 <!-- Battery Led -->
24 <java-symbol type="bool" name="config_intrusiveBatteryLed" />
25 <java-symbol type="bool" name="config_multiColorBatteryLed" />
26 <java-symbol type="bool" name="config_FastChargingLedSupported" />
27 <java-symbol type="integer" name="config_notificationsFastBatteryARGB" />
28
micky38763226632023-10-24 10:41:31 +020029 <!-- Device features Support-->
30 <java-symbol type="bool" name="config_enableAutoSuspend" />
31 <java-symbol type="bool" name="config_proxiSensorWakupCheck" />
32 <java-symbol type="string" name="config_deviceKeyHandlerLib" />
33 <java-symbol type="string" name="config_deviceKeyHandlerClass" />
34
35 <!-- Power menu reboot -->
36 <java-symbol type="string" name="reboot_title" />
37 <java-symbol type="string" name="reboot_confirm" />
38 <java-symbol name="reboot_to_bootloader_title" type="string" />
39 <java-symbol name="reboot_to_bootloader_message" type="string" />
40 <java-symbol name="reboot_to_fastboot_title" type="string" />
41 <java-symbol name="reboot_to_fastboot_message" type="string" />
42 <java-symbol name="reboot_to_recovery_title" type="string" />
43 <java-symbol name="reboot_to_recovery_message" type="string" />
44 <java-symbol name="reboot_system_title" type="string" />
45 <java-symbol name="reboot_system_message" type="string" />
46 <java-symbol type="array" name="config_rebootActionsList" />
47
Adnan Begovic01561422025-01-04 16:13:21 -050048 <!-- External OmniRom specific core services -->
49 <java-symbol type="array" name="config_externalOmniRomServices" />
50 <!-- OmniRom system server -->
51 <java-symbol type="string" name="config_externalSystemServer" />
52
micky387428a6472025-02-20 16:46:48 -050053 <!-- OmniRom Rom build type Microg -->
54 <java-symbol type="bool" name="config_useMicroGBuildType" />
55
Luofan Chen120a40d2023-03-01 19:12:53 +080056 <!-- Health interface -->
57 <java-symbol type="bool" name="config_chargingControlEnabled" />
Luofan Chenfd0e1982024-02-23 14:14:30 +080058 <java-symbol type="bool" name="config_chargingControlToggleSetAlways" />
Luofan Chen120a40d2023-03-01 19:12:53 +080059 <java-symbol type="integer" name="config_defaultChargingControlMode" />
60 <java-symbol type="integer" name="config_defaultChargingControlStartTime" />
61 <java-symbol type="integer" name="config_defaultChargingControlTargetTime" />
62 <java-symbol type="integer" name="config_defaultChargingControlLimit" />
63 <java-symbol type="drawable" name="ic_charging_control" />
64 <java-symbol type="integer" name="config_chargingControlTimeMargin" />
65 <java-symbol type="integer" name="config_chargingControlBatteryRechargeMargin" />
66 <java-symbol type="string" name="charging_control_notification_channel" />
67 <java-symbol type="string" name="charging_control_notification_title" />
68 <java-symbol type="string" name="charging_control_notification_cancel_once" />
69 <java-symbol type="string" name="charging_control_notification_content_limit" />
70 <java-symbol type="string" name="charging_control_notification_content_limit_reached" />
71 <java-symbol type="string" name="charging_control_notification_content_target" />
72 <java-symbol type="string" name="charging_control_notification_content_target_reached" />
73
LuK1337148ea2d2025-08-13 23:02:15 +020074 <!-- Charging speed -->
75 <java-symbol type="string" name="charging_speed" />
76 <java-symbol type="array" name="charging_speed_entries" />
77 <java-symbol type="array" name="charging_speed_values" />
78
micky38798506412023-10-23 16:33:47 +020079</resources>