diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2018-10-16 15:25:37 +0200 |
|---|---|---|
| committer | LuK1337 <priv.luk@gmail.com> | 2019-07-14 21:15:11 +0200 |
| commit | a5c0c972d17d8db1f2493eb775006173bae804cd (patch) | |
| tree | 27e1e0b488c82c07ab38fd15e63613153d4321ec | |
| parent | 71c113cc08f69ed8f0777f4a2adf1adb0d6e0794 (diff) | |
enchilada: Disable config_fillMainBuiltInDisplayCutout
* We aren't an emulator!
Change-Id: If28267b9309327a77edc49c1b0069e380717b416
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 8d43ce7..f9b2fd0 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -380,11 +380,6 @@ Z </string> - <!-- Whether the display cutout region of the main built-in display should be forced to - black in software (to avoid aliasing or emulate a cutout that is not physically existent). - --> - <bool name="config_fillMainBuiltInDisplayCutout">true</bool> - <!-- Height of the status bar --> <dimen name="status_bar_height_portrait">80px</dimen> <dimen name="status_bar_height_landscape">80px</dimen> |
