aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Hecomovich <mheco@google.com>2016-08-15 18:37:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-15 18:37:08 +0000
commit914c3c016f9a3cca423ec80e5d9a91bc41a5ff4f (patch)
tree0615dd8f848290ca5b0d1d26de2f4e58b0679d64
parent5a3b32ead7e5f5e2888db056a0da571174db8906 (diff)
parent30744bff99eb91c5f3b8c4c3af0d7935eff53e7f (diff)
downloadsource.android.com-914c3c016f9a3cca423ec80e5d9a91bc41a5ff4f.tar.gz
Docs: Settings Home enhancements feature Bug: 29832522 am: b9db1af0ee
am: 30744bff99 Change-Id: I68332db8b98b464ac5e2cb9cfb20b5312fae743a
-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>