Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a95d432 authored by Bruno Martins's avatar Bruno Martins Committed by Łukasz Patron
Browse files

overlay: Do not overwrite default config_pluginAllowlist

Make sure to keep the default entry.

Change-Id: I41a084a79ba4c1501c2b607e51c3f63eb745f58b
parent 161e397e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>