as an android user ,my phone offen be installed some app silently!
I want to write a small app to find out which app start these actions.
I noticed that after install an app ,android system would broadcast a message : Intent.ACTION_PACKAGE_ADDED
but i don't know how to find out which app trigger this message,does anyone can help
very thanks!