Component Injection Demo Consists of two project, one called DemoHost, anthor called DemoInject, all of them are Android Project.
You can import these projects by eclipse. In the end, you get two apks, of course, called DemoHost.apk and DemoInject.apk.
- Firstly, install these apk by apk install command;
- Secondly, using *adb shell logcat TTT:I :S to filter the key logs;
- Lastly, start up DemoHost using am start com.demo.host/.MainActivity
Just looking at the logcat terminal.