android_device_xiaomi_sdm66.../CloverParts/privapp-permissions_io.alcatraz.cloverparts.xml
Alcatraz323 9ab5292b0b sdm660-common: introduce my simple battery management system
* settings page located in Settings -> Battery
* soc-based step charger, jeita thermal charger switch (also done something in kernel)
* add a mode for user always connected with chagrging cable to limit battery around 40% - 60%
* add a switch for user to limit max charge at around 80%

Signed-off-by: pix106 <sbordenave@gmail.com>
2023-08-22 08:45:13 +02:00

21 lines
No EOL
1 KiB
XML

<!--
~ Copyright (c) 2023, Alcatraz323 <alcatraz32323@gmail.com>
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
~ in the Software without restriction, including without limitation the rights
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
~ copies of the Software, and to permit persons to whom the Software is
~ furnished to do so, subject to the following conditions:
~
~ The above copyright notice and this permission notice shall be included in all
~ copies or substantial portions of the Software.
-->
<permissions>
<privapp-permissions package="io.alcatraz.cloverparts">
<permission name="android.permission.RECEIVE_BOOT_COMPLETED" />
<permission name="android.permission.WRITE_SETTINGS" />
<permission name="android.permission.WRITE_SECURE_SETTINGS" />
<permission name="android.permission.BATTERY_STATS" />
</privapp-permissions>
</permissions>