maxwen | 04ca42b | 2018-07-09 00:50:20 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
micky387 | 9850641 | 2023-10-23 16:33:47 +0200 | [diff] [blame] | 2 | <!-- Copyright (C) 2023 The OmniROM Project |
maxwen | 04ca42b | 2018-07-09 00:50:20 +0200 | [diff] [blame] | 3 | |
| 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 | --> |
micky387 | 9850641 | 2023-10-23 16:33:47 +0200 | [diff] [blame] | 17 | |
| 18 | <resources> |
micky387 | 6322663 | 2023-10-24 10:41:31 +0200 | [diff] [blame] | 19 | <!-- OmniLib TaskUtils --> |
micky387 | 9850641 | 2023-10-23 16:33:47 +0200 | [diff] [blame] | 20 | <java-symbol type="anim" name="last_app_in" /> |
| 21 | <java-symbol type="anim" name="last_app_out" /> |
| 22 | |
micky387 | ac1e878 | 2023-10-26 14:22:54 +0200 | [diff] [blame] | 23 | <!-- 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 | |
micky387 | 6322663 | 2023-10-24 10:41:31 +0200 | [diff] [blame] | 29 | <!-- 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 Begovic | 0156142 | 2025-01-04 16:13:21 -0500 | [diff] [blame] | 48 | <!-- 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 | |
micky387 | 428a647 | 2025-02-20 16:46:48 -0500 | [diff] [blame] | 53 | <!-- OmniRom Rom build type Microg --> |
| 54 | <java-symbol type="bool" name="config_useMicroGBuildType" /> |
| 55 | |
Luofan Chen | 120a40d | 2023-03-01 19:12:53 +0800 | [diff] [blame] | 56 | <!-- Health interface --> |
| 57 | <java-symbol type="bool" name="config_chargingControlEnabled" /> |
Luofan Chen | fd0e198 | 2024-02-23 14:14:30 +0800 | [diff] [blame] | 58 | <java-symbol type="bool" name="config_chargingControlToggleSetAlways" /> |
Luofan Chen | 120a40d | 2023-03-01 19:12:53 +0800 | [diff] [blame] | 59 | <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 | |
micky387 | 9850641 | 2023-10-23 16:33:47 +0200 | [diff] [blame] | 74 | </resources> |