ADB get package name and activity name in windows machine
Package Name
adb shell "dumpsys activity | grep top-activity"
Activity Name
adb shell "dumpsys activity activities | grep 'Hist #' | grep 'YOUR_PACKAGE_NAME'"
Package Name
adb shell "dumpsys activity | grep top-activity"
Activity Name
adb shell "dumpsys activity activities | grep 'Hist #' | grep 'YOUR_PACKAGE_NAME'"
No comments:
Post a Comment