如何使用终端获取Android设备上所有应用程序的列表 [英] How to get the list of all apps on android device using terminal

查看:379
本文介绍了如何使用终端获取Android设备上所有应用程序的列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有一个获取软件包名称的命令行:-

there is a command line to get package name:-

adb shell pm list packages 

但是如何获取设备上所有应用程序的列表

But how to get the list of all applications on the device

推荐答案

以前,用于列出已安装软件包的命令以前是 pm列表软件包。但是从Android牛轧糖开始,该命令已被删除。执行相同操作的新命令是 cmd软件包列表软件包

Previously the command for listing installed packages used to be pm list packages. But as of Android nougat, the command has been removed. The new command to do the same is cmd package list packages.

这篇关于如何使用终端获取Android设备上所有应用程序的列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆