vendor_hardware_overlay/HTC/Exodus1/AndroidManifest.xml
2019-03-31 19:15:11 +02:00

11 lines
433 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.htc.exodus1"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+htc/exo*"
android:priority="85"
android:isStatic="true" />
</manifest>