From 4f8796e7a26cdcc42e77e39e4825a126a8b030c8 Mon Sep 17 00:00:00 2001 From: Owain Davies Date: Thu, 24 Sep 2015 14:01:26 +0100 Subject: CDD: Require unqiue device serial number Updated Section 3.2.2 Build Parameters to require the serial number in the Build Parameters to be unqiue across all devices of that model produced by that manufacture. Bug: 24359283 Change-Id: I9493cb87f65d9e9f76b13c676016d4b91ec4bd04 --- src/compatibility/android-cdd.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html index 38c6366c..f2a57c58 100644 --- a/src/compatibility/android-cdd.html +++ b/src/compatibility/android-cdd.html @@ -710,7 +710,8 @@ regular expression “^[a-zA-Z0-9_-]+$”. SERIAL - A hardware serial number, which MUST be available. The value of this field MUST + 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 “^([a-zA-Z0-9]{6,20})$”. -- cgit v1.2.3