CDD: Pre-installed system apps may write to secondary ext. storage
Section: 7.6.2. Application Shared Storage

Clarify that pre-installed system previliged apps, for example the
default out-of-box photo gallery app, may have write access to the
secondary external storage.

The original language may be misunderstood that, even pre-installed
Android applications that functions as a core function of the platform
MUST NOT be allowed from having write-access to the secondary external
storage.

Bug: 27477907
Change-Id: Ib9680011f72052fd4225206894e4475d3113dd01
diff --git a/src/compatibility/6.0/android-6.0-cdd.html b/src/compatibility/6.0/android-6.0-cdd.html
index 2b9f32e..cf81793 100644
--- a/src/compatibility/6.0/android-6.0-cdd.html
+++ b/src/compatibility/6.0/android-6.0-cdd.html
@@ -4465,11 +4465,12 @@
 permission.</p>
 
 <p>Device implementations that include multiple shared storage paths (such as both
-an SD card slot and shared internal storage) MUST NOT allow Android
-applications to write to the secondary external storage, except for their
-package-specific directories on the secondary external storage, but SHOULD
-expose content from both storage paths transparently through Android&rsquo;s media
-scanner service and android.provider.MediaStore.</p>
+an SD card slot and shared internal storage) MUST allow only pre-installed &amp;
+privileged Android applications with the WRITE_EXTERNAL_STORAGE permission to
+write to the secondary external storage, except for their package-specific
+directories on the secondary external storage, but SHOULD expose content from
+both storage paths transparently through Android&rsquo;s media scanner service
+and android.provider.MediaStore.</p>
 
 <p>Regardless of the form of shared storage used, if the device implementation
 has a USB port with USB peripheral mode support, it MUST provide some mechanism