I start a different application from my application and I want to find and press the button in that application. Is it possible? (Provided I have all the access and source code of the application). If yes, can provide any full reference or code with detail?
Asked
Active
Viewed 72 times
0
-
You cant press button in application from different application. But you can call the method by using broadcastReceiver. – Surender Kumar Feb 18 '17 at 17:41
1 Answers
0
You could have just searched communication between android applications
and you would have found many results.
-
Ok, thanks. I found the keyword needed. I need it to be done using intent instead of broadcast. – MAINAME KC Feb 18 '17 at 17:51
-
-
-
@MAINAMEKC If you don't answer the questions of my previous comment I cannot help you – JonZarate Feb 19 '17 at 19:31
-
-
I need to access to target application's element through root provided I have all the target application's element and it is in same device, it is some kind of hacking I think? Sorry, I'm really new to android with little basis. – MAINAME KC Mar 16 '17 at 10:01
-
What is *through root*? Did you check the links I gave you? Also, you did not answer my question in my previous comment. – JonZarate Mar 16 '17 at 10:18