Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,7 +1,7 @@
# am
> Android 活动管理器。
> 更多信息见:<https://developer.android.com/studio/command-line/adb#am>.
> 更多信息见: <https://developer.android.com/studio/command-line/adb#am>.
- 启动一个指定的活动:
@@ -15,6 +15,6 @@
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
- 将意图转换为 URI
- 将意图转换为 URI:
`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`

View File

@@ -2,7 +2,7 @@
> 显示安卓的 Bug 报告。
> 该命令只能通过 `adb shell` 使用。
> 更多信息:<https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreport/>.
> 更多信息: <https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreport/>.
- 显示 Android 设备的完整错误报告:

View File

@@ -2,7 +2,7 @@
> 生成一个压缩的 Android 错误报告。
> 此命令只能通过 `adb shell` 使用。
> 更多信息: <https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreportz/>.
> 更多信息 <https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreportz/>.
- 生成一个完整的 Android 设备压缩错误报告:

View File

@@ -1,7 +1,7 @@
# dalvikvm
> Android Java 虚拟机。
> 更多信息见:<https://source.android.com/devices/tech/dalvik>.
> 更多信息见: <https://source.android.com/devices/tech/dalvik>.
- 启动一个 Java 程序:

View File

@@ -2,7 +2,7 @@
> 提供关于 Android 系统服务的信息。
> 此命令只能通过 `adb shell` 使用。
> 更多信息见https://developer.android.com/studio/command-line/dumpsys>.
> 更多信息见: <https://developer.android.com/studio/command-line/dumpsys>.
- 获取所有系统服务的诊断输出:

View File

@@ -1,7 +1,7 @@
# getprop
> 显示关于 Android 系统属性的信息。
> 更多信息见:<https://manned.org/getprop>.
> 更多信息见: <https://manned.org/getprop>.
- 显示关于 Android 系统属性的信息:

View File

@@ -2,13 +2,13 @@
> 将事件代码或触摸屏手势发送到 Android 设备。
> 此命令只能通过 `adb shell` 使用。
> 更多信息见:<https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
> 更多信息见: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
- 将单个字符的事件代码发送到 Android 设备:
`input keyevent {{event_code}}`
- 将文本发送到Android设备`%s` 代表空格):
- 将文本发送到 Android 设备(`%s` 代表空格):
`input text "{{text}}"`

View File

@@ -1,7 +1,7 @@
# logcat
> 转储系统消息日志。
> 更多信息见https://developer.android.com/studio/command-line/logcat>.
> 更多信息见: <https://developer.android.com/studio/command-line/logcat>.
- 显示系统日志:

View File

@@ -1,7 +1,7 @@
# pm
> 显示关于 Android 设备上的应用程序的信息。
> 更多信息见:<https://developer.android.com/studio/command-line/adb#pm>.
> 更多信息见: <https://developer.android.com/studio/command-line/adb#pm>.
- 打印所有已安装应用程序的列表:

View File

@@ -1,7 +1,7 @@
# settings
> 获取关于 Android OS 的信息。
> 更多信息见https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
> 更多信息见: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
-`全局` 命名空间中显示环境变量列表:

View File

@@ -2,7 +2,7 @@
> 显示关于 Android 设备屏幕的信息。
> 此命令只能通过 `adb shell` 使用。
> 更多信息见:<https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
> 更多信息见: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
- 显示 Android 设备屏幕的物理尺寸: