I want to create application for controlling my "Google Music" (com.google.android.music). How can I find all acceptable intents?
Actually it's one side of my question. I am interested in some common method to find public intent in applications.
Is it possible with script? Something like: find installed applications .apk
, extract manifest, check public intents-filter?