overlay: show all icons in collapsed statusbar

There is no need to block them here as they can be blocked in settings.

Change-Id: Ie46cc3b72a1496707b367d01dc3e0329e2335187
This commit is contained in:
Timi Rautamäki
2022-03-14 18:38:48 +00:00
committed by Bruno Martins
parent bf9c45fa42
commit 1e8fc8cb29

View File

@@ -26,4 +26,12 @@
<string-array name="config_pluginWhitelist" translatable="false">
<item>com.android.systemui.plugin.globalactions.wallet</item>
</string-array>
<!-- Icons that don't show in a collapsed non-keyguard statusbar -->
<string-array name="config_collapsed_statusbar_icon_blocklist" translatable="false">
</string-array>
<!-- Icons that don't show in a collapsed statusbar on keyguard -->
<string-array name="config_keyguard_statusbar_icon_blocklist" translatable="false">
</string-array>
</resources>