android_vendor_hardware_ove.../Xiaomi/Mi13T/AndroidManifest.xml

10 lines
439 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.aristotle"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.boot.product.hardware.sku"
android:requiredSystemPropertyValue="aristotle"
android:priority="788"
android:isStatic="true" />
</manifest>