Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: Create standalone RRO for OplusDoze

Change-Id: Ic59cae6c8db3b0b051365692bf1edc5e6efee3c7
This commit is contained in:
Bruno Martins 2026-01-21 22:22:38 +00:00 committed by Nick Reuter
commit ff2ea73ddf
4 changed files with 23 additions and 2 deletions

View file

@ -0,0 +1,11 @@
<?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="org.lineageos.settings.doze.overlay">
<overlay android:targetPackage="org.lineageos.settings.doze"
android:isStatic="true"
android:priority="300" />
</manifest>