aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Roberts <daroberts@google.com>2015-09-29 14:09:34 -0700
committerDanielle Roberts <daroberts@google.com>2015-09-30 16:22:47 -0700
commitbe0f08cb6fe6ee3cbfa953e5ddd8905cd0d71dd3 (patch)
tree0d1d036d59a64bc905f84842b9ff11b2ed5f5d0d
parentc2df7e14fa1fb3183054a4982c7ff493316b7871 (diff)
downloadsource.android.com-be0f08cb6fe6ee3cbfa953e5ddd8905cd0d71dd3.tar.gz
CDD: Added Light status bar flag to 3.8.6 Themes
Bug: 23427623 Change-Id: I4e98ce435cbca477a6fd6a92690bce156034d37d
-rw-r--r--src/compatibility/android-cdd.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html
index 1d462611..32113fe9 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -1378,14 +1378,17 @@ feel of the device theme as defined by the device implementer. Device
implementations MAY modify the Device Default theme attributes exposed to
applications [<a href="http://developer.android.com/reference/android/R.style.html">Resources, 29</a>].</p>
-<p>Android supports a new variant theme with translucent system bars, which allows
+<p>Android supports a variant theme with translucent system bars, which allows
application developers to fill the area behind the status and navigation bar
with their app content. To enable a consistent developer experience in this
configuration, it is important the status bar icon style is maintained across
different device implementations. Therefore, Android device implementations
MUST use white for system status icons (such as signal strength and battery
level) and notifications issued by the system, unless the icon is indicating a
-problematic status [<a href="http://developer.android.com/reference/android/R.style.html">Resources, 29</a>].</p>
+problematic status or an app requests a light status bar using the
+SYSTEM_UI_FLAG_LIGHT_STATUS_BAR flag. When an app requests a light status bar,
+Android device implementations MUST change the color of the system status icons
+to black [<a href="http://developer.android.com/reference/android/R.style.html">Resources, 29</a>].</p>
<h3 id="3_8_7_live_wallpapers">3.8.7. Live Wallpapers</h3>