From 4d6dcb3255492c8b443b9e35d00c943f12240e4b Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:37:37 -0300 Subject: [PATCH] pages*: fix developer.android.com links (#12284) --- pages/android/am.md | 2 +- pages/android/dalvikvm.md | 2 +- pages/android/dumpsys.md | 2 +- pages/android/logcat.md | 2 +- pages/android/pm.md | 2 +- pages/android/screencap.md | 2 +- pages/common/adb-install.md | 2 +- pages/common/adb-logcat.md | 2 +- pages/common/adb-reverse.md | 2 +- pages/common/adb-shell.md | 2 +- pages/common/adb.md | 2 +- pages/common/bundletool-dump.md | 2 +- pages/common/bundletool-validate.md | 2 +- pages/common/bundletool.md | 2 +- pages/common/sdkmanager.md | 2 +- pages/common/zipalign.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pages/android/am.md b/pages/android/am.md index 760357c9cc..0e86ce09dd 100644 --- a/pages/android/am.md +++ b/pages/android/am.md @@ -1,7 +1,7 @@ # am > Android activity manager. -> More information: . +> More information: . - Start a specific activity: diff --git a/pages/android/dalvikvm.md b/pages/android/dalvikvm.md index fbb7ffd9cd..63ea057c67 100644 --- a/pages/android/dalvikvm.md +++ b/pages/android/dalvikvm.md @@ -1,7 +1,7 @@ # dalvikvm > Android Java virtual machine. -> More information: . +> More information: . - Start a specific Java program: diff --git a/pages/android/dumpsys.md b/pages/android/dumpsys.md index 07fa89fa18..712748a48a 100644 --- a/pages/android/dumpsys.md +++ b/pages/android/dumpsys.md @@ -2,7 +2,7 @@ > Provide information about Android system services. > This command can only be used through `adb shell`. -> More information: . +> More information: . - Get diagnostic output for all system services: diff --git a/pages/android/logcat.md b/pages/android/logcat.md index bb8686d470..f934bc45de 100644 --- a/pages/android/logcat.md +++ b/pages/android/logcat.md @@ -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: . +> More information: . - Display system logs: diff --git a/pages/android/pm.md b/pages/android/pm.md index 58312234e7..4e90afd991 100644 --- a/pages/android/pm.md +++ b/pages/android/pm.md @@ -1,7 +1,7 @@ # pm > Display information about apps on an Android device. -> More information: . +> More information: . - List all installed apps: diff --git a/pages/android/screencap.md b/pages/android/screencap.md index 6904fb485d..6533490d15 100644 --- a/pages/android/screencap.md +++ b/pages/android/screencap.md @@ -2,7 +2,7 @@ > Take a screenshot of a mobile display. > This command can only be used through `adb shell`. -> More information: . +> More information: . - Take a screenshot: diff --git a/pages/common/adb-install.md b/pages/common/adb-install.md index ea24b190bb..d465a94473 100644 --- a/pages/common/adb-install.md +++ b/pages/common/adb-install.md @@ -1,7 +1,7 @@ # adb install > Android Debug Bridge Install: push packages to an Android emulator instance or connected Android devices. -> More information: . +> More information: . - Push an Android application to an emulator/device: diff --git a/pages/common/adb-logcat.md b/pages/common/adb-logcat.md index bf4e25a439..dfb6582824 100644 --- a/pages/common/adb-logcat.md +++ b/pages/common/adb-logcat.md @@ -1,7 +1,7 @@ # adb logcat > Dump a log of system messages. -> More information: . +> More information: . - Display system logs: diff --git a/pages/common/adb-reverse.md b/pages/common/adb-reverse.md index 8a2a70f3d9..35ee99f9e8 100644 --- a/pages/common/adb-reverse.md +++ b/pages/common/adb-reverse.md @@ -1,7 +1,7 @@ # adb reverse > Android Debug Bridge Reverse: reverse socket connections from an Android emulator instance or connected Android devices. -> More information: . +> More information: . - List all reverse socket connections from emulators and devices: diff --git a/pages/common/adb-shell.md b/pages/common/adb-shell.md index df39df4ebf..509b85e97d 100644 --- a/pages/common/adb-shell.md +++ b/pages/common/adb-shell.md @@ -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: . +> More information: . - Start a remote interactive shell on the emulator or device: diff --git a/pages/common/adb.md b/pages/common/adb.md index 7a29bb9e0a..29a9316b05 100644 --- a/pages/common/adb.md +++ b/pages/common/adb.md @@ -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: . +> More information: . - Check whether the adb server process is running and start it: diff --git a/pages/common/bundletool-dump.md b/pages/common/bundletool-dump.md index ec0d05c3f0..c0419e704c 100644 --- a/pages/common/bundletool-dump.md +++ b/pages/common/bundletool-dump.md @@ -1,7 +1,7 @@ # bundletool dump > Manipulate Android Application Bundles. -> More information: . +> More information: . - Display the `AndroidManifest.xml` of the base module: diff --git a/pages/common/bundletool-validate.md b/pages/common/bundletool-validate.md index ae05d0d18b..82b5857585 100644 --- a/pages/common/bundletool-validate.md +++ b/pages/common/bundletool-validate.md @@ -1,7 +1,7 @@ # bundletool validate > Manipulate Android Application Bundles. -> More information: . +> More information: . - Verify a bundle and display detailed information about it: diff --git a/pages/common/bundletool.md b/pages/common/bundletool.md index 3143b31c2b..c7df744a08 100644 --- a/pages/common/bundletool.md +++ b/pages/common/bundletool.md @@ -2,7 +2,7 @@ > Manipulate Android Application Bundles. > Some subcommands such as `bundletool validate` have their own usage documentation. -> More information: . +> More information: . - Display help for a subcommand: diff --git a/pages/common/sdkmanager.md b/pages/common/sdkmanager.md index 1c52bc8052..8ce7a0fb91 100644 --- a/pages/common/sdkmanager.md +++ b/pages/common/sdkmanager.md @@ -1,7 +1,7 @@ # sdkmanager > Install packages for the Android SDK. -> More information: . +> More information: . - List available packages: diff --git a/pages/common/zipalign.md b/pages/common/zipalign.md index bc8603fe5c..33e2d8c295 100644 --- a/pages/common/zipalign.md +++ b/pages/common/zipalign.md @@ -2,7 +2,7 @@ > Zip archive alignment tool. > Part of the Android SDK build tools. -> More information: . +> More information: . - Align the data of a ZIP file on 4-byte boundaries: