Merge "Update PluginManagerWrapper to match SysUI changes" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2fced82e24
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user