We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e7ad1a + c337bd5 commit 9b3749bCopy full SHA for 9b3749b
1 file changed
specs/android/search_packages_on_android_device.yaml
@@ -0,0 +1,13 @@
1
+---
2
+name: Search for a package on a Android device
3
+command: adb shell pm list packages | grep "{{query}}"
4
+tags:
5
+ - android
6
+ - adb
7
+description: Use ADB to search for packages on a Android device.
8
+arguments:
9
+ - name: query
10
+ description: A search query for which package you want to find.
11
+author: Odin Asbjørnsen
12
+author_url: https://github.com/oas004
13
+shells: []
0 commit comments