mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
31aa5b8e7a
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
287 B
287 B
pm install-write
Add packages to the install session. See also:
pm install-create,pm install-commit. More information: https://developer.android.com/tools/adb#pm.
- Add a package to the install batch:
pm install-write {{session_id}} {{label}} {{path/to/package.apk}}