k3b / intent-intercept

Android dev tool to view inter-app communication
Apache License 2.0
201 stars 20 forks source link
android-app app-developer developer-tools development-utility intent

Intent Intercept Android app

Build Status

This app is forked from https://github.com/intrications/intent-intercept which is not maintained any more.

Summary: View inter-app communication

Example usage of IntentIntercept:

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:

available on F-Droid app store
available on F-Droid app store


Requirements

There are two versions available:

License

Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html

See also

There is a similar devtool ContentProviderHelper to analyse android Content Provider