diff options
| author | 2015-04-13 18:42:54 +0000 | |
|---|---|---|
| committer | 2015-04-13 18:42:54 +0000 | |
| commit | 6843ae308ea8d62aa44dda3e7ad95c6e292513af (patch) | |
| tree | 060e2e5ed137f36f0e146d7eec1d0f61b49ee136 | |
| parent | dd9e41407552fb44ad2d537966611d574269f45f (diff) | |
| parent | c0559808eeb881ce5afa368c51f3da3807359d56 (diff) | |
am c0559808: am a7ade2f7: Merge "docs: remove adb install option" into lmp-docs
* commit 'c0559808eeb881ce5afa368c51f3da3807359d56':
docs: remove adb install option
| -rw-r--r-- | docs/html/tools/help/adb.jd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/html/tools/help/adb.jd b/docs/html/tools/help/adb.jd index e2dd196216d6..41c66866215a 100644 --- a/docs/html/tools/help/adb.jd +++ b/docs/html/tools/help/adb.jd @@ -962,7 +962,6 @@ install [options] <PATH> </code></td> <td>Installs a package (specified by {@code <PATH>}) to the system. <p>Options: <ul> - <li>{@code -l}: Install the package with forward lock. <li>{@code -r}: Reinstall an exisiting app, keeping its data. <li>{@code -t}: Allow test APKs to be installed. <li>{@code -i <INSTALLER_PACKAGE_NAME>}: Specify the installer package name. |