Files
device_xiaomi_raphael/rro_overlays/LineageSystemUIOverlayDevice/AndroidManifest.xml
armdebug 2a59468b5c raphael: overlay: Beautify RROs
* 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
2026-02-02 16:38:03 +01:00

12 lines
420 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="com.android.systemui.overlay.lineage.device">
<overlay android:targetPackage="com.android.systemui"
android:isStatic="true"
android:priority="250" />
</manifest>