avicii: Remove config_restartActionsList

- Unsupported by PE

Signed-off-by: zlewchan <x@zlew.tf>
Change-Id: I9fb1be754dcb9e19ae0a92099629f93190da12fe
This commit is contained in:
zlewchan
2022-10-19 20:41:24 +02:00
committed by AmolAmrit
parent 4c5ab40d4b
commit 70a46be83d

View File

@@ -53,18 +53,11 @@
<!-- Whether device has screen with higher aspect ratio --> <!-- Whether device has screen with higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">true</bool> <bool name="config_haveHigherAspectRatioScreen">true</bool>
<!-- Defines the actions shown in advanced reboot submenu -->
<string-array name="config_restartActionsList">
<item>restart</item>
<item>restart_recovery</item>
<item>restart_bootloader</item>
<item>restart_fastboot</item>
</string-array>
<!-- The list of package IDs that are not allowed to use aux cameras. --> <!-- The list of package IDs that are not allowed to use aux cameras. -->
<string-array name="config_cameraAuxPackageExcludeList" translatable="false"> <string-array name="config_cameraAuxPackageExcludeList" translatable="false">
<item>org.telegram.messenger</item> <item>org.telegram.messenger</item>
<item>org.thunderdog.challegram</item> <item>org.thunderdog.challegram</item>
<item>us.zoom.videomeetings</item> <item>us.zoom.videomeetings</item>
</string-array> </string-array>
</resources> </resources>