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.

Était-ce utile?

La 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".

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top