overlay: Do not overwrite default config_pluginAllowlist

Make sure to keep the default entry.

Change-Id: I41a084a79ba4c1501c2b607e51c3f63eb745f58b
This commit is contained in:
Bruno Martins
2023-08-31 22:01:25 +01:00
committed by Łukasz Patron
parent 161e397ed5
commit 5a95d43239

View File

@@ -24,6 +24,7 @@
<!-- SystemUI Plugins that can be loaded on user builds. -->
<string-array name="config_pluginAllowlist" translatable="false">
<item>com.android.systemui</item>
<item>com.android.systemui.plugin.globalactions.wallet</item>
<item>org.lineageos.settings.device</item>
</string-array>