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 path PACKAGE        pm install [-l] [-r] PATH        pm uninstall [-k] PACKAGE        pm enable PACKAGE_OR_COMPONENT        pm disable PACKAGE_OR_COMPONENTThe list packages command prints all packages.  Use the -f option to see their associated file.The list permission-groups command prints all known permission groups.The list permissions command prints all known permissions, optionally only those in GROUP.  Use the -g option to organize by group.  Use the -f option to print all information.  Use the -s option for a short summary.  Use the -d option to only list dangerous permissions.  Use the -u option to list only the permissions users will see.The list instrumentation command prints all instrumentations, or only those that target a specified package.  Use the -f option to see their associated file.The path command prints the path to the .apk of a package.The install command installs a package to the system.  Use the -l option to install the package with FORWARD_LOCK. Use the -r option to reinstall an exisiting app, keeping its data.The uninstall command removes a package from the system. Use the -k option to keep the data and cache directories around after the package removal.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. C#如何计算传入的时间距离今天的时间差的
  2. asp.net页脚制作详解
  3. ASP.NET教程--MVC中SignalR的基础讲解
  4. Asp.net MVC中关于Razor问题的解决方法
  5. 分别介绍MVC、MVP和MVVM是什么
  6. C#中序列化的使用总结
  7. 对ASP.NET中的MVC引擎开发插系统进行详解
  8. 浅析Asp.Net使用Image/ImageButton空间显
  9. C#如何实现自动更新本地程序的实例分析
  10. 代码分析:在.Net Core中使用ref和Span<T>