diff options
| author | Joe Fernandez <joefernandez@google.com> | 2013-10-31 13:58:11 -0700 |
|---|---|---|
| committer | Joe Fernandez <joefernandez@google.com> | 2013-10-31 13:58:11 -0700 |
| commit | 156cc15ade4525fb1ea2552e3dd00dc5633532b4 (patch) | |
| tree | e7b480d70971d191bf9408dc658c857826e933ae /docs/html/tools | |
| parent | e0510aee093aa7f25adac28aa241aff4e4392aa9 (diff) | |
| download | frameworks_base-156cc15ade4525fb1ea2552e3dd00dc5633532b4.zip frameworks_base-156cc15ade4525fb1ea2552e3dd00dc5633532b4.tar.gz frameworks_base-156cc15ade4525fb1ea2552e3dd00dc5633532b4.tar.bz2 | |
docs: Screenrecord - add Android 4.4 availability
Add a note that this utility is only supported on Android 4.4
and higher devices.
Change-Id: I1798380b68ae49bd54f66302f31d0d4212c0c514
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/help/adb.jd | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/html/tools/help/adb.jd b/docs/html/tools/help/adb.jd index 3002d60..c25990f 100644 --- a/docs/html/tools/help/adb.jd +++ b/docs/html/tools/help/adb.jd @@ -1130,10 +1130,11 @@ shell. To exit and return to the adb remote shell, use <code>exit</code> or <cod <h3 id="screenrecord">Recording a device screen</h3> -<p>The {@code screenrecord} command is a shell utility for recording the display of a device as you - use it. The utility records screen activity to an MPEG-4 file, which you can then download and use - as part of a video presentation. This utility is useful for developers who want to create - promotional or training videos without using a separate recording device.</p> +<p>The {@code screenrecord} command is a shell utility for recording the display of devices + running Android 4.4 (API level 19) and higher. The utility records screen activity to an MPEG-4 + file, which you can then download and use as part of a video presentation. This utility is useful + for developers who want to create promotional or training videos without using a separate + recording device.</p> <p>To use the {@code screenrecord} from the command line, type the following: |
