Android中pm命令用法

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 path PACKAGE
pm install [-l] [-r] PATH
pm uninstall [-k] PACKAGE
pm enable PACKAGE_OR_COMPONENT
pm disable PACKAGE_OR_COMPONENT

The 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. android中自定义Theme以及TitleBar
  2. Android(安卓)Intent 常见用法总结
  3. android Monkeyrunner:Python语法知识学习(for,while,if用法实例)
  4. Android里把Dialog设置为全屏的方法
  5. android 显示特殊符号
  6. [android]Framework新增系统服务
  7. Android(安卓)Studio第十三期 - RecycleView所有用法
  8. android命令行打包、签名+自动打包器
  9. Android(安卓)报错加入第三方库报错

随机推荐

  1. mysql从入门到优化(3)事务的基本操作
  2. 可重入读写锁ReentrantReadWriteLock的使
  3. SVG基础知识
  4. 大白话讲述分布式系统中的CAP理论
  5. 一个古老而又经典的算法-汉诺塔问题
  6. mysql从入门到优化(1)基本操作上
  7. 学习分布式不会BASE理论?看这篇文章保证能
  8. 一个面试必问的java基础知识点:java中的异
  9. java小白到架构师学习路线【3.0版】
  10. 面试官:你了解java中的四种引用嘛?