that scope would need to be at least one level up ...
# dagger
t
that scope would need to be at least one level up from those activities. the three apps I have used dagger in end up looking like
AppComponent(singleton) -> UserComponent(CustomScope) -> WorkspaceComponent(CustomScope) -> MostActivities -> MostFragments
so if you can put it on something like the user or workspace component without being a big leak potential I would put it there. otherwise you would need to add some intermediate component before your activities and setup code in the application to track it and inject activities appropriately