This app is forked from https://github.com/intrications/intent-intercept which is not maintained any more.
Summary: View inter-app communication
Description: This app attempts to intercept as many intents as possible in order to examine their contents. This helps when trying to develop an app that reacts to a particular intent.
Some details of the intent can be edited before resending it.
Intent Intercept is available here:
There are two versions available:
- Version 3.x.y for Android 2.3 - Android 4.1 in branch android-2.3
- Version 4.x.y for Android 4.2 and later (including Android-10) in branch master
Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
There is a similar devtool ContentProviderHelper to analyse android Content Provider