diff options
author | Rich Slogar <rslogar@google.com> | 2015-04-13 18:13:09 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-13 18:13:10 +0000 |
commit | a7ade2f7f0c496cb12edfc4ae805fd08c9c2359d (patch) | |
tree | 8f1b6e7080df420dbc712df43cb75fb17fff51da /docs | |
parent | 3a77a8aeea1a40ca5c2cdb0b66a877032118d89f (diff) | |
parent | 50c7c5a228cf1ccdd8814760ef5ade406135283a (diff) | |
download | frameworks_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.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 e2dd196..41c6686 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. |