We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83735 commit e0f09cdCopy full SHA for e0f09cd
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