From 54c9d4f427a44f27db9c5e4ad570d7fefbfc093e Mon Sep 17 00:00:00 2001 From: k3b Date: Fri, 22 Dec 2017 18:36:59 +0100 Subject: [PATCH 1/2] added images to readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9457cd9..6d07112 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ 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. +# ![](https://raw.githubusercontent.com/k3b/intent-intercept/master/fastlane/metadata/android/en-US/images/featureGraphic.png) + +# ![](https://raw.githubusercontent.com/k3b/intent-intercept/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1-Intercept.png) + Some details of the intent can be edited before resending it. Intent Intercept is available here: From 61eed3c8d2b23e05f750e02cdcb60ebe5268c8c3 Mon Sep 17 00:00:00 2001 From: k3b <1374583+k3b@users.noreply.github.com> Date: Tue, 19 Jun 2018 08:48:52 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d07112..008cb25 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,6 @@ Intent Intercept is available here: ## License Apache License, Version 2.0 [http://www.apache.org/licenses/LICENSE-2.0.html](http://www.apache.org/licenses/LICENSE-2.0.html) + +## See also +There is a similar devtool [ContentProviderHelper](https://github.com/k3b/ContentProviderHelper/) to analyse android Content Provider