pages*: fix developer.android.com links (#12284)

pull/23/head
Vitor Henrique 2024-02-16 12:37:37 -03:00 committed by GitHub
parent b18ebd4665
commit 4d6dcb3255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 16 additions and 16 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -1,7 +1,7 @@
# adb install
> Android Debug Bridge Install: push packages to an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/tools/adb>.
- Push an Android application to an emulator/device:

View File

@ -1,7 +1,7 @@
# adb logcat
> Dump a log of system messages.
> More information: <https://developer.android.com/studio/command-line/logcat>.
> More information: <https://developer.android.com/tools/logcat>.
- Display system logs:

View File

@ -1,7 +1,7 @@
# adb reverse
> Android Debug Bridge Reverse: reverse socket connections from an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/tools/adb>.
- List all reverse socket connections from emulators and devices:

View File

@ -1,7 +1,7 @@
# adb shell
> Android Debug Bridge Shell: run remote shell commands on an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/tools/adb>.
- Start a remote interactive shell on the emulator or device:

View File

@ -2,7 +2,7 @@
> Android Debug Bridge: communicate with an Android emulator instance or connected Android devices.
> Some subcommands such as `adb shell` have their own usage documentation.
> More information: <https://developer.android.com/studio/command-line/adb>.
> More information: <https://developer.android.com/tools/adb>.
- Check whether the adb server process is running and start it:

View File

@ -1,7 +1,7 @@
# bundletool dump
> Manipulate Android Application Bundles.
> More information: <https://developer.android.com/studio/command-line/bundletool>.
> More information: <https://developer.android.com/tools/bundletool>.
- Display the `AndroidManifest.xml` of the base module:

View File

@ -1,7 +1,7 @@
# bundletool validate
> Manipulate Android Application Bundles.
> More information: <https://developer.android.com/studio/command-line/bundletool>.
> More information: <https://developer.android.com/tools/bundletool>.
- Verify a bundle and display detailed information about it:

View File

@ -2,7 +2,7 @@
> Manipulate Android Application Bundles.
> Some subcommands such as `bundletool validate` have their own usage documentation.
> More information: <https://developer.android.com/studio/command-line/bundletool>.
> More information: <https://developer.android.com/tools/bundletool>.
- Display help for a subcommand:

View File

@ -1,7 +1,7 @@
# sdkmanager
> Install packages for the Android SDK.
> More information: <https://developer.android.com/studio/command-line/sdkmanager>.
> More information: <https://developer.android.com/tools/sdkmanager>.
- List available packages:

View File

@ -2,7 +2,7 @@
> Zip archive alignment tool.
> Part of the Android SDK build tools.
> More information: <https://developer.android.com/studio/command-line/zipalign>.
> More information: <https://developer.android.com/tools/zipalign>.
- Align the data of a ZIP file on 4-byte boundaries: