문제

I want to write a service for finding a view such as EditText from another application. For example finding EditText of native phone SMS Application to extract user typed message before composing it. In Windows programming ,WIN API functions (FindWindow) Exist , In Android how ? thank you.

도움이 되었습니까?

해결책

Not possible... Android sandboxes applications from each other, and applications must explicity share resources. If you did find a way to do this (on a non-rooted phone) it would be considered a security breach.

http://developer.android.com/training/articles/security-tips.html

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