shell - I want to automate android OS and how I can recognize Android application components like buttons? -
i want write android application press buttons on other android application , don't want use shell scripting python ! there way program android similar c# win32 api ?
short answer
depends. yes if both apps yours , prepared, try spoon, no in other case.
long answer
android applications runs in separate processes , every process has not easy communication process. have make kind of pipeline between 2 applications called ipc (inter-process communication) or send broadcast intent. anyway work if both applications prepared so.
imagine can happen' if, example, decide create application sends whatsapp's contacts, because can access whatsapp application. security, every application runs in own sandbox , have no way manipulate 1 application unless other application prepared it.
Comments
Post a Comment