aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert McMeen <amcmeen@google.com>2015-10-06 15:34:02 -0700
committerBert McMeen <amcmeen@google.com>2015-10-07 10:02:27 -0700
commit83ceaf234941caa89794750e6fe5cbc177238a39 (patch)
treebcbdad56a162c0f08ae366ca7f3a446fdb75b695
parent67d45782c60e58d58c145595e551308c4f168d87 (diff)
downloadsource.android.com-83ceaf234941caa89794750e6fe5cbc177238a39.tar.gz
CDD: Add Data Deletion section
Bug: 23748369 Change-Id: I1d7adb36e77755ce2b9edb1b2132fe6ad0dd90d6
-rw-r--r--src/compatibility/android-cdd.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html
index 3fa1868a..f6babd33 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -313,6 +313,8 @@
<p class="toc_h2"><a href="#9_11_keys_and_credentials">9.11. Keys and Credentials</a></p>
+<p class="toc_h2"><a href="#9_12_data_deletion">9.12. Data Deletion</a></p>
+
<p class="toc_h1"><a href="#10_software_compatibility_testing">10. Software Compatibility Testing</a></p>
<p class="toc_h2"><a href="#10_1_compatibility_test_suite">10.1. Compatibility Test Suite</a></p>
@@ -4818,6 +4820,16 @@ than 8,192 keys to be imported.</li>
not implemented a trusted operating system on the secure hardware, such a device cannot meet
the above TEE-related requirements through a system software update and thus is exempted from these TEE-related requirements.</p>
+<h2 id="9_12_data_deletion">9.12. Data Deletion</h2>
+
+<p>Devices MUST provide users with a mechanism to perform a "Factory Data Reset"
+that allows logical and physical deletion of all data. This MUST satisfy relevant
+industry standards for data deletion such as NIST SP800-88. This MUST be used for
+the implementation of the wipeData() API (part of the Android Device Administration API)
+described in <a href="#3_9_device_administration">section 3.9 Device Administration.</p>
+
+<p>Devices MAY provide a fast data wipe that conducts a logical data erase.</p>
+
<h1 id="10_software_compatibility_testing">10. Software Compatibility Testing</h1>