Heidi von Markham | 9d55467 | 2016-06-28 15:56:07 -0700 | [diff] [blame] | 1 | page.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 Markham | 9d55467 | 2016-06-28 15:56:07 -0700 | [diff] [blame] | 19 | |
Mark Hecomovich | b9db1af | 2016-08-08 15:46:33 -0700 | [diff] [blame^] | 20 | <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 Markham | 0661a28 | 2016-07-22 13:39:56 -0700 | [diff] [blame] | 28 | <p>This section covers AOSP implementation of various Android display |
| 29 | settings such as do not disturb (DND) configurations and multi-window |
| 30 | (split-screen, free-form, and picture-in-picture) options.</p> |
Mark Hecomovich | b9db1af | 2016-08-08 15:46:33 -0700 | [diff] [blame^] | 31 | |
| 32 | <h2 id="settingshome">Settings Home screen enhancements</h2> |
| 33 | |
| 34 | <p>In Android 7.0, the Settings Home page is enhanced with suggested |
| 35 | settings and customizable status notifications. The feature is implemented |
| 36 | automatically, 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> |