Update version to Android 10, and clarify both front and rear cameras

are used by the CTS.
This commit is contained in:
Peter Easton 2020-02-28 08:14:03 +00:00 committed by Daniel Micay
parent 3113909f53
commit 64258fbebd

View File

@ -712,7 +712,7 @@ export ANDROID_HOME="$HOME/sdk"</pre>
<p>Official releases of the CTS can be downloaded from <p>Official releases of the CTS can be downloaded from
<a href="https://source.android.com/compatibility/cts/downloads">the Compatibility <a href="https://source.android.com/compatibility/cts/downloads">the Compatibility
Suite Downloads page</a>. You should download the CTS for the relevant release Suite Downloads page</a>. You should download the CTS for the relevant release
(Android 9) and architecture (ARM). There's a separate zip for the main CTS, the (Android 10) and architecture (ARM). There's a separate zip for the main CTS, the
manual portion (CTS Verifier) and the CTS for Instant Apps. The latest release of the manual portion (CTS Verifier) and the CTS for Instant Apps. The latest release of the
CTS Media Files also needs to be downloaded from that section.</p> CTS Media Files also needs to be downloaded from that section.</p>
@ -747,7 +747,9 @@ export PATH="$PATH:$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:
<li>Enable Bluetooth</li> <li>Enable Bluetooth</li>
<li>Enable NFC and NDEF (Android Beam)</li> <li>Enable NFC and NDEF (Android Beam)</li>
<li>Open / close Chromium to deal with initial setup</li> <li>Open / close Chromium to deal with initial setup</li>
<li>Prop up with a good object to focus on and good lighting for Camera tests</li> <li>Prop up with a good object to focus on and good lighting for Camera tests.
Both the front and rear cameras will be used, so ensure this is true for both the
front and the rear cameras.</li>
<li>Bluetooth beacons for Bluetooth tests</li> <li>Bluetooth beacons for Bluetooth tests</li>
<li>Must have a great GPS/GNSS signal for location tests</li> <li>Must have a great GPS/GNSS signal for location tests</li>
<li>SIM card with carrier privilege rules</li> <li>SIM card with carrier privilege rules</li>