In integration testing, all unit tested modules, are combined and verified. In Android, integration tests often involve checking integration withAndroid components such as Service testing, Activity testing, Content Provider testing, etc
There's many testing frameworks are used to conduct integration test for Android such as Troyd, Roboelectric, Robotium.