aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwain Davies <otjdavies@google.com>2015-09-26 16:32:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-09-26 16:32:34 +0000
commit6f47c38da3372278472bbfa195ef91edb5969016 (patch)
tree36090cc5fb8b711662ae7c79ca5949bc46cbbba2
parentdb23ba9afc60c5932c387c219a3f5ff6eee9c01b (diff)
parent4f8796e7a26cdcc42e77e39e4825a126a8b030c8 (diff)
downloadsource.android.com-6f47c38da3372278472bbfa195ef91edb5969016.tar.gz
Merge "CDD: Require unqiue device serial number" into mnc-dev
-rw-r--r--src/compatibility/android-cdd.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html
index 4a03962d..3032eafe 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -710,7 +710,8 @@ regular expression &ldquo;^[a-zA-Z0-9_-]+$&rdquo;.</td>
</tr>
<tr>
<td>SERIAL</td>
- <td>A hardware serial number, which MUST be available. The value of this field MUST
+ <td>A hardware serial number, which MUST be available and unique across
+devices with the same MODEL and MANUFACTURER. The value of this field MUST
be encodable as 7-bit ASCII and match the regular expression &ldquo;^([a-zA-Z0-9]{6,20})$&rdquo;.</td>
</tr>
<tr>