mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
android/pm-install-*: add Korean translation (#23068)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# pm install-commit
|
||||
|
||||
> 대기 중인 패키지 설치를 완료.
|
||||
> 관련 항목: `pm install-create`, `pm install-write`.
|
||||
> 더 많은 정보: <https://developer.android.com/tools/adb#pm>.
|
||||
|
||||
- 대기 중인 패키지 설치 완료:
|
||||
|
||||
`pm install-commit {{세션_아이디}}`
|
||||
@@ -0,0 +1,9 @@
|
||||
# pm install-create
|
||||
|
||||
> 패키지 설치 세션을 생성.
|
||||
> 관련 항목: `pm install-write`, `pm install-commit`.
|
||||
> 더 많은 정보: <https://developer.android.com/tools/adb#pm>.
|
||||
|
||||
- 설치 세션을 생성하고 세션 ID 발급:
|
||||
|
||||
`pm install-create`
|
||||
@@ -0,0 +1,9 @@
|
||||
# pm install-write
|
||||
|
||||
> 설치 세션에 패키지 추가.
|
||||
> 관련 항목: `pm install-create`, `pm install-commit`.
|
||||
> 더 많은 정보: <https://developer.android.com/tools/adb#pm>.
|
||||
|
||||
- 설치 세션에 패키지 추가:
|
||||
|
||||
`pm install-write {{세션_아이디}} {{라벨}} {{경로/대상/패키지.apk}}`
|
||||
Reference in New Issue
Block a user