pages*: fix developer.android.com links (#12284)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# am
|
||||
|
||||
> Android activity manager.
|
||||
> More information: <https://developer.android.com/studio/command-line/adb#am>.
|
||||
> More information: <https://developer.android.com/tools/adb#am>.
|
||||
|
||||
- Start a specific activity:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# dalvikvm
|
||||
|
||||
> Android Java virtual machine.
|
||||
> More information: <https://source.android.com/devices/tech/dalvik>.
|
||||
> More information: <https://developer.android.com/tools/#art_and_dalvik>.
|
||||
|
||||
- Start a specific Java program:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Provide information about Android system services.
|
||||
> This command can only be used through `adb shell`.
|
||||
> More information: <https://developer.android.com/studio/command-line/dumpsys>.
|
||||
> More information: <https://developer.android.com/tools/dumpsys>.
|
||||
|
||||
- Get diagnostic output for all system services:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# logcat
|
||||
|
||||
> Dump a log of system messages, including stack traces when an error occurred, and information messages logged by applications.
|
||||
> More information: <https://developer.android.com/studio/command-line/logcat>.
|
||||
> More information: <https://developer.android.com/tools/logcat>.
|
||||
|
||||
- Display system logs:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pm
|
||||
|
||||
> Display information about apps on an Android device.
|
||||
> More information: <https://developer.android.com/studio/command-line/adb#pm>.
|
||||
> More information: <https://developer.android.com/tools/adb#pm>.
|
||||
|
||||
- List all installed apps:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Take a screenshot of a mobile display.
|
||||
> This command can only be used through `adb shell`.
|
||||
> More information: <https://developer.android.com/studio/command-line/adb#screencap>.
|
||||
> More information: <https://developer.android.com/tools/adb#screencap>.
|
||||
|
||||
- Take a screenshot:
|
||||
|
||||
|
Reference in New Issue
Block a user