SystemUI: Whitelist QuickAccessWallet plugin

This is required for cards & passes integration in the power menu
on user builds.

Change-Id: Ib2b4de79f23abdb9859c9f9c84f0e10f359030e3
This commit is contained in:
Danny Lin
2020-11-04 16:51:20 -08:00
committed by Michael Bestas
parent 7a31b36bb0
commit d02c314096

View File

@@ -28,4 +28,9 @@
does not work well, particularly with noisy touchscreens. Note that disabling it may
increase the rate of unintentional unlocks. -->
<bool name="config_lockscreenAntiFalsingClassifierEnabled">false</bool>
<!-- SystemUI Plugins that can be loaded on user builds. -->
<string-array name="config_pluginWhitelist" translatable="false">
<item>com.android.systemui.plugin.globalactions.wallet</item>
</string-array>
</resources>