문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top