首页 > 其他分享 >android包管理工具pm

android包管理工具pm

时间:2022-10-31 16:03:02浏览次数:51  
标签:PACKAGE xxx list 管理工具 apk install android pm


usage: pm [list|path|install|uninstall]
pm list packages [-f]
pm list permission-groups
pm list permissions [-g] [-f] [-d] [-u] [GROUP]
pm list instrumentation [-f] [TARGET-PACKAGE]
pm list features
pm path PACKAGE
pm install [-l] [-r] [-t] [-i INSTALLER_PACKAGE_NAME] [-s] [-f] PATH
pm uninstall [-k] PACKAGE
pm enable PACKAGE_OR_COMPONENT
pm disable PACKAGE_OR_COMPONENT
pm setInstallLocation [0/auto] [1/internal] [2/external]

安装与卸载apk

安装apk
pm install xxx.apk

卸载apk
pm uninstall xxx
xxx是你的apk包的包名


标签:PACKAGE,xxx,list,管理工具,apk,install,android,pm
From: https://blog.51cto.com/u_15854579/5810117

相关文章