Not a new tip, but this is helpful to get a package name and the launcher activity name.
adb shell pm list packages -f
adb shell pm dump <package name> | grep -A 1 MAIN
Not a new tip, but this is helpful to get a package name and the launcher activity name.
adb shell pm list packages -f
adb shell pm dump <package name> | grep -A 1 MAIN