I just would like to know if it is possible, in any way, to know from my app that another app has been opened and if yes. Can I retrieve the name of the app.
I think that it’s impossible, but maybe it exists a tricky way to do it.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sorry, but no, there’s no way to do this. You actually can get the other pids on the system via standard POSIX calls, but when you’re in the background, you’re not actually running, so you can’t do anything.