summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2015-04-13 18:13:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-13 18:13:10 +0000
commita7ade2f7f0c496cb12edfc4ae805fd08c9c2359d (patch)
tree8f1b6e7080df420dbc712df43cb75fb17fff51da /docs
parent3a77a8aeea1a40ca5c2cdb0b66a877032118d89f (diff)
parent50c7c5a228cf1ccdd8814760ef5ade406135283a (diff)
downloadframeworks_base-a7ade2f7f0c496cb12edfc4ae805fd08c9c2359d.zip
frameworks_base-a7ade2f7f0c496cb12edfc4ae805fd08c9c2359d.tar.gz
frameworks_base-a7ade2f7f0c496cb12edfc4ae805fd08c9c2359d.tar.bz2
Merge "docs: remove adb install option" into lmp-docs
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.