You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,17 @@ A simple tool that makes it more convenient to **install, uninstall and creating
3
3
4
4
Main features:
5
5
6
-
* Wildcard support for package names when uninstalling at the end or middle of the filter string: `com.android.*` or `com.android.*e`
7
-
* Possible to provide multiple packages to uninstall: `com.android.* com.google.* org.wiki*`
8
-
* Installing multiple apks with one command
9
-
* Installing/Uninstalling on all connected devices
10
-
* Creating a bug report in zip format including screenshot and logcats
6
+
* Process multiple apps with wildcard support for package matching (e.g. `com.android.*` or `com.android.*e`) for features like: uninstalling, stopping, starting, clearing and showing app info
7
+
* Installing multiple apks from different locations with one command
8
+
* All commands can be executed on all connected devices simultaneously
9
+
* Fast and easy bug report features with screenshot, logcats, customizable dumpsys logs, pm and more
11
10
* Starting custom activities to log additional information with bug report
12
-
* Force stop process, show app info and clear data of given (multiple) packages on all devices
0 commit comments