I have a requirement that , I want to do some changes in my application, If some other application ,let say “com.android.abc” is in use.
Pl. let me know can I get the package names of the currently running apps in my application..?
I can use Broad cast receiver , but I dont have access for the other application to modify it and send some notification to my app.
thanks.
See this.
If you can’t do that (as in, get that permission), then you can’t accomplish this.