diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-04-30 00:10:06 -0400 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2025-06-10 19:40:29 +0200 |
| commit | 9e1bc97b9a07df600741cd085891b808bd253367 (patch) | |
| tree | 126c0a2c4145525e599411d1ed23953b0c8a6f90 | |
| parent | a95d99f947fafcc01dbefa99104c1fa51a3b742b (diff) | |
m8-common: overlay: Remove doze_display_state_supported
This is already set to default value
Change-Id: I413c3118f3d679798f1098dbd5a7f886bc4cbb02
| -rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml deleted file mode 100644 index 78728ba..0000000 --- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2015, The CyanogenMod Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<!-- These resources are around just to allow their values to be customized - for different hardware and product builds. --> -<resources> - <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> - <bool name="doze_display_state_supported">false</bool> -</resources> |
