vendor_hardware_overlay/Xiaomi/RedmiNote9S/AndroidManifest.xml
Aarqw12 afc87c1353 Add overlay for Redminote9S/Pro/ProMax
* extracted settings from V12.0.4.0.RJWMIXM
* import 255 brithness from caf for fix brithness issue
*fix headset issue
*fix wifi issue
*fix notch issue
*fix color mod in display settings
2021-08-28 19:17:06 -04:00

11 lines
450 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.redminote9s"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="curtana"
android:priority="313"
android:isStatic="true" />
</manifest>