Android Question Intercept All Intents

nibbo

Active Member
Licensed User
Longtime User
Hi All

Is there a way to display all intents that are raised by a device?
The reason I ask is that we have an android device with a built in barcode scanner but no documentation to show what intent is raised when a code is scanned.
There are no configuration settings that I can see that reveal the intent name or extra string etc...

I can see apps in the play store that can do it but the device doe

Thanks
Nibbo
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

nibbo

Active Member
Licensed User
Longtime User
You can try a broadcast monitor to find out maybe.

Thanks as always Manfred.
Installed the broadcast monitor but no intent raised so I guess it must be on a serial port or something.
Will look at a few examples on how to communicate with them... I do wish these things would come with a user guide!
Thanks again.
 
Upvote 0

nibbo

Active Member
Licensed User
Longtime User
OK, got there...
It would appear that it uses a serial port not an intent which is a pain as the intent method worked so well with other devices.
 
Last edited:
Upvote 0
Top