k3b / intent-intercept

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

Get the code of the test intents (will be closed on 2024-03-13) #31

Closed Libaninourab closed 5 months ago

Libaninourab commented 6 months ago

The app Intent Intercept sends successfully a Test Intent to an installed app called Thermer(for printing) i need to get the structure of this uri intent to use it. How can I get it

k3b commented 6 months ago

The content of "URI" is produced by Intent#toUri(Intent.URI_INTENT_SCHEME)

called in https://github.com/k3b/intent-intercept/blob/0b42ad69f405213fbef9b3c626f278f6aafd9e7d/app/src/main/java/uk/co/ashtonbrsc/intentexplode/Explode.java#L871C34-L871C41

you can use Uri#parse(java.lang.String) to convert the string back to an intent

If this answer solves your problem please close this issue

k3b commented 6 months ago

@Libaninourab is your issue solved? if there is no reaction form you till march 13th i will close this issue.