Merge "Turn PluginManager into a Singelton." into sc-v2-dev

This commit is contained in:
TreeHugger Robot
2021-09-15 16:00:08 +00:00
committed by Android (Google) Code Review

View File

@@ -102,6 +102,7 @@ public abstract class PluginsModule {
}
@Provides
@Singleton
static PluginManager providesPluginManager(
Context context,
PluginActionManager.Factory instanceManagerFactory,