aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Hecomovich <mheco@google.com>2016-08-08 15:46:33 -0700
committerMark Hecomovich <mheco@google.com>2016-08-08 15:46:33 -0700
commitb9db1af0ee286f8fa5a97bb3617a60872a6b711b (patch)
treea3b1630336da5efe5a660a4d93e3dceedd55b322
parentaeaec43446e3f998280ef21a61881bce32b629a8 (diff)
downloadsource.android.com-b9db1af0ee286f8fa5a97bb3617a60872a6b711b.tar.gz
Docs: Settings Home enhancements feature
Bug: 29832522 Change-Id: Ia2a30d72565395e1abd10a5c23c4ad441fc11f90
-rw-r--r--src/devices/tech/display/index.jd22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/devices/tech/display/index.jd b/src/devices/tech/display/index.jd
index 25d69387..e3e0da98 100644
--- a/src/devices/tech/display/index.jd
+++ b/src/devices/tech/display/index.jd
@@ -17,6 +17,28 @@ page.title=Configuring Display Settings
limitations under the License.
-->
+<div id="qv-wrapper">
+ <div id="qv">
+ <h2>In this document</h2>
+ <ol id="auto-toc">
+ </ol>
+ </div>
+</div>
+
<p>This section covers AOSP implementation of various Android display
settings such as do not disturb (DND) configurations and multi-window
(split-screen, free-form, and picture-in-picture) options.</p>
+
+<h2 id="settingshome">Settings Home screen enhancements</h2>
+
+<p>In Android 7.0, the Settings Home page is enhanced with suggested
+settings and customizable status notifications. The feature is implemented
+automatically, and partners can configure it.</p>
+
+
+<p>The source code for these enhancements is in these files:</p>
+
+<ul>
+<li><code>frameworks/base/packages/SettingsLib/src/com/android/settingslib/SuggestionParser.java</code></li>
+<li><code>frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/TileUtils.java</code></li>
+</ul>