Home > Software engineering >  How can I control other application in my phone
How can I control other application in my phone

Time:04-01

I am a beginner in programming Android applications in Java. I want to know how to control or change something, for example, cut off the Internet on another application. Is there a way or suggestion. Thank you

CodePudding user response:

I don't think it's possible unless you are the developer of both and remove the permission for both apps, see: Can an app give its permission to another application in android?

  • Related