Skip to content

Commit e0f09cd

Browse files
committed
Add workflow for searching for a package on a Android device
1 parent 3c83735 commit e0f09cd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)