Android Developers Develop Reference android.support.test.runner.intercepting Interfaces InterceptingActivityFactory Implement this interface to provide custom implementation of Activity under test. Classes SingleActivityFactory<T extends Activity> Abstract implementation of InterceptingActivityFactory which allows to intercept only one activity at a time. Interfaces InterceptingActivityFactory Classes SingleActivityFactory