Matthew Raymer
2c4178d6b8
docs(test-app): add ADB commands section to README
Adds comprehensive ADB command reference for Android testing workflow.
Includes commands for installation, package management, app launching,
uninstallation, and debugging operations.
ADB Commands Added:
- Check device connection
- Install app (via Gradle)
- List installed packages
- Launch/raise app
- Uninstall app
- View app logs (with filtering)
- Check app info
- Force stop app (for testing recovery)
- Clear app data
Package name documented: com.timesafari.dailynotification.test
Also includes minor package-lock.json updates (plugin version 1.0.11
and dependency metadata cleanup).