Required support to build local version of app manager #730
Answered
by
yume-chan
krishtoautomate
asked this question in
Q&A
-
|
is it possible to provide logic to get non system apps list, apks and their icons using adb or some nodejs code or jar file thanks |
Beta Was this translation helpful? Give feedback.
Answered by
yume-chan
Mar 2, 2025
Replies: 1 comment 4 replies
-
Can be done using ya-webadb/libraries/android-bin/src/pm.ts Line 449 in 90cc63e
Jar required. We currently don't have a code example for that, but you can refer to https://github.com/Genymobile/scrcpy/pull/5574/files |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
yume-chan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be done using
pmcommand:ya-webadb/libraries/android-bin/src/pm.ts
Line 449 in 90cc63e
Jar required. We currently don't have a code example for that, but you can refer to https://github.com/Genymobile/scrcpy/pull/5574/files