mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-31 18:50:15 +00:00
Merge "Updating brightness override for AOD." into oc-dr1-dev
am: 68d2488991
Change-Id: I5cf3152683c42c67bdfff1941da8650bdec7e602
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
* Copyright (c) 2017, The Android Open Source 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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor
|
||||
to brightness values; -1 means keeping the current brightness. -->
|
||||
<integer-array name="config_doze_brightness_sensor_to_brightness">
|
||||
<item>-1</item> <!-- 0: OFF -->
|
||||
<item>2</item> <!-- 1: NIGHT -->
|
||||
<item>7</item> <!-- 2: LOW -->
|
||||
<item>27</item> <!-- 3: HIGH -->
|
||||
<item>28</item> <!-- 4: SUN -->
|
||||
</integer-array>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user