summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2015-03-16 10:03:43 -0700
committerRich Slogar <rslogar@google.com>2015-03-16 10:04:43 -0700
commit50c7c5a228cf1ccdd8814760ef5ade406135283a (patch)
tree645c45270a5ef27000799303491ae5296c333431 /docs
parent42bb44dbf5bffc5d3fcf89eacfd5c561dbe8095c (diff)
downloadframeworks_base-50c7c5a228cf1ccdd8814760ef5ade406135283a.zip
frameworks_base-50c7c5a228cf1ccdd8814760ef5ade406135283a.tar.gz
frameworks_base-50c7c5a228cf1ccdd8814760ef5ade406135283a.tar.bz2
docs: remove adb install option
b/19731712 Change-Id: Ie000ce7cedde9599488ba00dcf28d0e31b0cdf87
Diffstat (limited to 'docs')
-rw-r--r--docs/html/tools/help/adb.jd1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/html/tools/help/adb.jd b/docs/html/tools/help/adb.jd
index e2dd196..41c6686 100644
--- a/docs/html/tools/help/adb.jd
+++ b/docs/html/tools/help/adb.jd
@@ -962,7 +962,6 @@ install [options] &lt;PATH>
</code></td>
<td>Installs a package (specified by {@code &lt;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 &lt;INSTALLER_PACKAGE_NAME>}: Specify the installer package name.