android_vendor_hardware_ove.../Misc/AOD-SystemUI/AndroidManifest.xml
Pierre-Hugues Husson e2fa85e2f2 Add generic AOD overlays, meant to be conservative
It is the most compatible possible, except that it does require
lowest-power consumption states
2021-04-30 10:59:33 +02:00

9 lines
309 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.misc.aod_systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:priority="8003"
/>
</manifest>