diff options
| author | AleD219 <alessio.doria@protonmail.com> | 2020-06-06 14:50:58 +0200 |
|---|---|---|
| committer | AleD219 <alessio.doria@protonmail.com> | 2020-06-06 14:51:04 +0200 |
| commit | 9995ce0e937c5330587469fa53032b1f612a0823 (patch) | |
| tree | 78246507ffffa073c339727af0cc445b8824be17 /overlay | |
| parent | 8fec05116aa43bb3ec3100c7fd40e091b4ffaaa4 (diff) | |
Change-Id: Ia3cc35ea9776fd6b31c7a9ca5a8894a5a580fa11
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 8634649..fe702ce 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -31,6 +31,9 @@ <item>03-sRGB:srgb</item> </string-array> + <!-- Should we filter any display modes which are unampped? --> + <bool name="config_filterDisplayModes">true</bool> + <!-- Hardware keys present on the device, stored as a bit field. This integer should equal the sum of the corresponding value for each of the following keys present: |
