how to get app package name and activity name of message code example
Example: how to get app package and app activity in android
adb shell dumpsys window windows | grep -E 'mCurrentFocus'
adb shell dumpsys window windows | grep -E 'mCurrentFocus'