* Ran through lineage/scripts/dev/beautify_rro.py * Used the --maintain-copyrights flag to preserve existing headers. android.overlay.device: Resource config_dynamicHysteresisBrightLevels not found in android android.overlay.device: Resource config_dynamicHysteresisDarkLevels not found in android android.overlay.device: Resource config_dynamicHysteresisLuxLevels not found in android android.overlay.device: Resource config_autoBrightnessAdjustmentMaxGamma identical in android Change-Id: I0178367152d32723567da0932da71fbe63b9ba91
12 lines
408 B
XML
12 lines
408 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="lineageos.platform.overlay.device">
|
|
<overlay android:targetPackage="lineageos.platform"
|
|
android:isStatic="true"
|
|
android:priority="200" />
|
|
</manifest>
|