| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2023 The OmniROM Project |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License as published by |
| the Free Software Foundation, either version 3 of the License, or |
| (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
| |
| You should have received a copy of the GNU General Public License |
| along with this program. If not, see <http://www.gnu.org/licenses/>. |
| --> |
| |
| <resources> |
| <!-- OmniLib TaskUtils --> |
| <java-symbol type="anim" name="last_app_in" /> |
| <java-symbol type="anim" name="last_app_out" /> |
| |
| <!-- Battery Led --> |
| <java-symbol type="bool" name="config_intrusiveBatteryLed" /> |
| <java-symbol type="bool" name="config_multiColorBatteryLed" /> |
| <java-symbol type="bool" name="config_FastChargingLedSupported" /> |
| <java-symbol type="integer" name="config_notificationsFastBatteryARGB" /> |
| |
| <!-- Device features Support--> |
| <java-symbol type="bool" name="config_enableAutoSuspend" /> |
| <java-symbol type="bool" name="config_proxiSensorWakupCheck" /> |
| <java-symbol type="string" name="config_deviceKeyHandlerLib" /> |
| <java-symbol type="string" name="config_deviceKeyHandlerClass" /> |
| |
| <!-- Power menu reboot --> |
| <java-symbol type="string" name="reboot_title" /> |
| <java-symbol type="string" name="reboot_confirm" /> |
| <java-symbol name="reboot_to_bootloader_title" type="string" /> |
| <java-symbol name="reboot_to_bootloader_message" type="string" /> |
| <java-symbol name="reboot_to_fastboot_title" type="string" /> |
| <java-symbol name="reboot_to_fastboot_message" type="string" /> |
| <java-symbol name="reboot_to_recovery_title" type="string" /> |
| <java-symbol name="reboot_to_recovery_message" type="string" /> |
| <java-symbol name="reboot_system_title" type="string" /> |
| <java-symbol name="reboot_system_message" type="string" /> |
| <java-symbol type="array" name="config_rebootActionsList" /> |
| |
| <!-- External OmniRom specific core services --> |
| <java-symbol type="array" name="config_externalOmniRomServices" /> |
| <!-- OmniRom system server --> |
| <java-symbol type="string" name="config_externalSystemServer" /> |
| |
| <!-- OmniRom Rom build type Microg --> |
| <java-symbol type="bool" name="config_useMicroGBuildType" /> |
| |
| <!-- Health interface --> |
| <java-symbol type="bool" name="config_chargingControlEnabled" /> |
| <java-symbol type="bool" name="config_chargingControlToggleSetAlways" /> |
| <java-symbol type="integer" name="config_defaultChargingControlMode" /> |
| <java-symbol type="integer" name="config_defaultChargingControlStartTime" /> |
| <java-symbol type="integer" name="config_defaultChargingControlTargetTime" /> |
| <java-symbol type="integer" name="config_defaultChargingControlLimit" /> |
| <java-symbol type="drawable" name="ic_charging_control" /> |
| <java-symbol type="integer" name="config_chargingControlTimeMargin" /> |
| <java-symbol type="integer" name="config_chargingControlBatteryRechargeMargin" /> |
| <java-symbol type="string" name="charging_control_notification_channel" /> |
| <java-symbol type="string" name="charging_control_notification_title" /> |
| <java-symbol type="string" name="charging_control_notification_cancel_once" /> |
| <java-symbol type="string" name="charging_control_notification_content_limit" /> |
| <java-symbol type="string" name="charging_control_notification_content_limit_reached" /> |
| <java-symbol type="string" name="charging_control_notification_content_target" /> |
| <java-symbol type="string" name="charging_control_notification_content_target_reached" /> |
| |
| </resources> |