android-unpinner
android-unpinner copied to clipboard
Fix adb execs for unix-like systems, use list-based adb args
- 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.