要使用adb shell dumpsys diskstats命令显示已卸载的应用程序包信息,可以按照以下步骤操作:
adb shell
dumpsys diskstats show uninstalled packages
示例输出:
Uninstalled packages:
Package [com.example.app] (aabbccddeeff0011223344) uninstalled
Package [com.example.anotherapp] (aabbccddeeff0011223355) uninstalled
...
这样,你将能够显示已卸载的应用程序包信息。请注意,这仅适用于已卸载的应用程序包,如果应用程序仍然安装在设备上,则不会显示在列表中。
上一篇:adb shell am get-standby-bucket 始终返回5。
下一篇:adb shell dumpsys window windows命令的输出中没有显示mCurrentFocused。