Make DynamicResource as dagger singleton (15/n)
Bug: 361850561 Test: Manual Flag: EXEMPT Dagger Integration Change-Id: I8a3de783de34f79c8f8f64c5c964cc1636ace1a8
This commit is contained in:
@@ -24,6 +24,7 @@ import com.android.launcher3.model.ItemInstallQueue;
|
||||
import com.android.launcher3.pm.InstallSessionHelper;
|
||||
import com.android.launcher3.util.ApiWrapper;
|
||||
import com.android.launcher3.util.DaggerSingletonTracker;
|
||||
import com.android.launcher3.util.DynamicResource;
|
||||
import com.android.launcher3.util.MSDLPlayerWrapper;
|
||||
import com.android.launcher3.util.PackageManagerHelper;
|
||||
import com.android.launcher3.util.PluginManagerWrapper;
|
||||
@@ -48,6 +49,7 @@ public interface LauncherBaseAppComponent {
|
||||
ApiWrapper getApiWrapper();
|
||||
ContextualEduStatsManager getContextualEduStatsManager();
|
||||
CustomWidgetManager getCustomWidgetManager();
|
||||
DynamicResource getDynamicResource();
|
||||
IconShape getIconShape();
|
||||
InstallSessionHelper getInstallSessionHelper();
|
||||
ItemInstallQueue getItemInstallQueue();
|
||||
|
||||
Reference in New Issue
Block a user