Is there any possibility to find out, which Intent some App is throwing?
For example if there is a new whatsapp message as notification to catch the message while klicking on the notification?
Is there any possibility to find out, which Intent some App is throwing? For
Share
You can use the Logcat. All sent Intents are logged there.