android_vendor_hardware_ove.../Teclast/T30/AndroidManifest.xml
2021-07-31 12:28:49 +05:00

11 lines
452 B
XML

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