Created by: runningcode
We have an application that delegates the getSystemService
to a another service lookup similar to the pattern found here: https://github.com/square/mortar/blob/master/mortar-hellodagger2/src/main/java/com/example/hellodagger2/HelloDagger2Application.java
In order to use Exopackage, we need to be able to delegate our Application class to our service lookup.