Skip to content

Commit 9b3749b

Browse files
authored
Merge pull request #100 from oas004/feature/search-packages-android-device
Add workflow for searching for a package on a Android device
2 parents 4e7ad1a + c337bd5 commit 9b3749b

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)