android_vendor_hardware_ove.../Lenovo/P11ProPlus/AndroidManifest.xml
David Wronek 44e182e93b
p11_pro_plus: Add initial overlay
Add an overlay for the Lenovo Xiaoxin Pad Pro 2021 (TB-J716F) to fix
automatic brightness.
2023-08-29 17:38:02 +02:00

10 lines
456 B
XML

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