blob: e3e0da984b952ce02c3ddede97e5418296e40ae0 [file] [log] [blame]
Heidi von Markham9d554672016-06-28 15:56:07 -07001page.title=Configuring Display Settings
2@jd:body
3
4<!--
5 Copyright 2015 The Android Open Source Project
6
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18-->
Heidi von Markham9d554672016-06-28 15:56:07 -070019
Mark Hecomovichb9db1af2016-08-08 15:46:33 -070020<div id="qv-wrapper">
21 <div id="qv">
22 <h2>In this document</h2>
23 <ol id="auto-toc">
24 </ol>
25 </div>
26</div>
27
Heidi von Markham0661a282016-07-22 13:39:56 -070028<p>This section covers AOSP implementation of various Android display
29settings such as do not disturb (DND) configurations and multi-window
30(split-screen, free-form, and picture-in-picture) options.</p>
Mark Hecomovichb9db1af2016-08-08 15:46:33 -070031
32<h2 id="settingshome">Settings Home screen enhancements</h2>
33
34<p>In Android 7.0, the Settings Home page is enhanced with suggested
35settings and customizable status notifications. The feature is implemented
36automatically, and partners can configure it.</p>
37
38
39<p>The source code for these enhancements is in these files:</p>
40
41<ul>
42<li><code>frameworks/base/packages/SettingsLib/src/com/android/settingslib/SuggestionParser.java</code></li>
43<li><code>frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/TileUtils.java</code></li>
44</ul>