I\'ve got BroadcastReceiver class:
public class IntentReceiver extends BroadcastReceiver { final String tag = \"Intent Intercepter\"; @Override
Another thing to keep in mind: Android 8 limits the receivers that can be registered via manifest (e.g., statically)
https://developer.android.com/guide/components/broadcast-exceptions