* we may not want that animation when using a charge limiter Signed-off-by: pix106 <sbordenave@gmail.com>
25 lines
No EOL
1.3 KiB
XML
25 lines
No EOL
1.3 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" />
|
|
<permission name="android.permission.MODIFY_THEME_OVERLAY" />
|
|
<permission name="android.permission.CHANGE_OVERLAY_PACKAGES" />
|
|
<permission name="android.permission.INTERACT_ACROSS_USERS" />
|
|
<permission name="android.permission.INTERACT_ACROSS_USERS_FULL" />
|
|
</privapp-permissions>
|
|
</permissions> |