Merge "Update PluginManagerWrapper to match SysUI changes" into udc-dev am: 2fced82e24

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21989728

Change-Id: I9e4aa9f653ca44fd361896d922b86da511175c14
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hawkwood Glazier
2023-03-16 14:25:28 +00:00
committed by Automerger Merge Worker
@@ -61,7 +61,7 @@ public class PluginManagerWrapper {
List<String> privilegedPlugins = Collections.emptyList();
PluginInstance.Factory instanceFactory = new PluginInstance.Factory(
getClass().getClassLoader(), new PluginInstance.InstanceFactory<>(),
new PluginInstance.VersionChecker(), privilegedPlugins,
new PluginInstance.VersionCheckerImpl(), privilegedPlugins,
Utilities.IS_DEBUG_DEVICE);
PluginActionManager.Factory instanceManagerFactory = new PluginActionManager.Factory(
c, c.getPackageManager(), c.getMainExecutor(), MODEL_EXECUTOR,