Question

So, I programmable make ussd call, which results in receiving popup windows with some text.

How to intercept and extract content of this popup window.

Was it helpful?

Solution

There is no means for you to "intercept and extract content of this popup window", as one app cannot "intercept and extract content" from the UI of any other app written by somebody else.

One exception would be if your app is running with superuser privileges on a rooted device, where you could take a screenshot and attempt to use OCR or something to "extract content of this popup window".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top