android-unpinner icon indicating copy to clipboard operation
android-unpinner copied to clipboard

Fix adb execs for unix-like systems, use list-based adb args

Open neneal opened this issue 4 months ago • 2 comments

  • Switched to list-based arguments instead of a string-based args to fix adb calls on Unix-like systems. Currently, they fail because they treat the string as a single command with no args. See here.
  • Improved the error message raised when start-app fails to find specified activities.

neneal avatar Oct 01 '25 19:10 neneal