android_vendor_hardware_ove.../Misc/AOD/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

11 lines
409 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.misc.aod"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="persist.sys.overlay.aod"
android:requiredSystemPropertyValue="true"
android:priority="8003"
android:isStatic="true" />
</manifest>