k3b / intent-intercept

Android dev tool to view inter-app communication
Apache License 2.0
198 stars 20 forks source link

Allow to store intents #6

Open gsantner opened 6 years ago

gsantner commented 6 years ago

For testing app reactions to intents it would be great to have an option to store intercepted/custom intents in this app and to be able later to choose out of a list of stored intents.

k3b commented 6 years ago

Do you mean not only store the uri but also data, mime, action and combine them into one File?

Requirements

Fileformat could be text of serialized itent. File Extension could be ".intent"

Any body out there who likes to implements this?

For my usecases it was enough to

gsantner commented 6 years ago

yep, a full received/edited intent, ready to resend

this would be very helpful and welcome in android app dev