*: sync more information links in translations (#6537)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# am
|
||||
|
||||
> Android 活动管理器。
|
||||
> 更多信息见: <https://developer.android.com/studio/command-line/adb#am>.
|
||||
> 更多信息:<https://developer.android.com/studio/command-line/adb#am>.
|
||||
|
||||
- 启动一个指定的活动:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# dalvikvm
|
||||
|
||||
> Android Java 虚拟机。
|
||||
> 更多信息见: <https://source.android.com/devices/tech/dalvik>.
|
||||
> 更多信息:<https://source.android.com/devices/tech/dalvik>.
|
||||
|
||||
- 启动一个 Java 程序:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 提供关于 Android 系统服务的信息。
|
||||
> 此命令只能通过 `adb shell` 使用。
|
||||
> 更多信息见: <https://developer.android.com/studio/command-line/dumpsys>.
|
||||
> 更多信息:<https://developer.android.com/studio/command-line/dumpsys>.
|
||||
|
||||
- 获取所有系统服务的诊断输出:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# getprop
|
||||
|
||||
> 显示关于 Android 系统属性的信息。
|
||||
> 更多信息见: <https://manned.org/getprop>.
|
||||
> 更多信息:<https://manned.org/getprop>.
|
||||
|
||||
- 显示关于 Android 系统属性的信息:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 将事件代码或触摸屏手势发送到 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 设备:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# logcat
|
||||
|
||||
> 转储系统消息日志。
|
||||
> 更多信息见: <https://developer.android.com/studio/command-line/logcat>.
|
||||
> 更多信息:<https://developer.android.com/studio/command-line/logcat>.
|
||||
|
||||
- 显示系统日志:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pm
|
||||
|
||||
> 显示关于 Android 设备上的应用程序的信息。
|
||||
> 更多信息见: <https://developer.android.com/studio/command-line/adb#pm>.
|
||||
> 更多信息:<https://developer.android.com/studio/command-line/adb#pm>.
|
||||
|
||||
- 打印所有已安装应用程序的列表:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# settings
|
||||
|
||||
> 获取关于 Android OS 的信息。
|
||||
> 更多信息见: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
||||
> 更多信息:<https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
||||
|
||||
- 在 `全局` 命名空间中显示环境变量列表:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 显示关于 Android 设备屏幕的信息。
|
||||
> 此命令只能通过 `adb shell` 使用。
|
||||
> 更多信息见: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
||||
> 更多信息:<https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
||||
|
||||
- 显示 Android 设备屏幕的物理尺寸:
|
||||
|
||||
|
Reference in New Issue
Block a user