mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
pm-install-{create, write, commit}: add page (#23016)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# pm install-commit
|
||||
|
||||
> Install queued packages.
|
||||
> See also: `pm install-create`, `pm install-write`.
|
||||
> More information: <https://developer.android.com/tools/adb#pm>.
|
||||
|
||||
- Install queued packages:
|
||||
|
||||
`pm install-commit {{session_id}}`
|
||||
@@ -0,0 +1,9 @@
|
||||
# pm install-create
|
||||
|
||||
> Create an install session.
|
||||
> See also: `pm install-write`, `pm install-commit`.
|
||||
> More information: <https://developer.android.com/tools/adb#pm>.
|
||||
|
||||
- Create a session and a session ID:
|
||||
|
||||
`pm install-create`
|
||||
@@ -0,0 +1,9 @@
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user