aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Hecomovich <mheco@google.com>2016-08-15 18:19:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-08-15 18:19:22 +0000
commit9d9f56fec6f20a7f4e146928435758fd0e8aacc9 (patch)
tree0615dd8f848290ca5b0d1d26de2f4e58b0679d64
parent6b1a18c61b5a3127d72d26b0ff39f0fdc1a66215 (diff)
parentb9db1af0ee286f8fa5a97bb3617a60872a6b711b (diff)
downloadsource.android.com-9d9f56fec6f20a7f4e146928435758fd0e8aacc9.tar.gz
Merge "Docs: Settings Home enhancements feature Bug: 29832522" into nyc-dev
-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>