summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-04-06 18:56:47 -0700
committeralk3pInjection <webmaster@raspii.tech>2022-03-03 13:57:18 +0800
commitf71d7c9f9e6cec68d0194f8ca4882caaaeedbfc1 (patch)
treeae3c11132e3b621799b57770c29247d701ec0fb0
parenteec279464d872fac7795a2abd1f557049677104d (diff)
overlay: SystemUI: Use custom component factory
This allows us to set a machine learning back gesture provider. Change-Id: I5a4c5c7543ded11335f4b8bccfba0690187d744b
-rw-r--r--overlay/ICESystemUIOverlay/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/ICESystemUIOverlay/res/values/config.xml b/overlay/ICESystemUIOverlay/res/values/config.xml
index a84e2f4..bc2f1a8 100644
--- a/overlay/ICESystemUIOverlay/res/values/config.xml
+++ b/overlay/ICESystemUIOverlay/res/values/config.xml
@@ -30,4 +30,7 @@
<string-array name="config_pluginWhitelist" translatable="false">
<item>com.android.systemui.plugin.globalactions.wallet</item>
</string-array>
+
+ <!-- SystemUIFactory component -->
+ <string name="config_systemUIFactoryComponent" translatable="false">org.protonaosp.systemui.CustomSystemUIFactory</string>
</resources>