android_vendor_hardware_ove.../Teracube/2e/AndroidManifest.xml
2021-06-04 13:05:13 +01:00

11 lines
447 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.teracube.2e"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Teracube/Teracube_2e*"
android:priority="312"
android:isStatic="true" />
</manifest>