android_vendor_hardware_ove.../Tecno/Camon20Pro4G/AndroidManifest.xml

10 lines
439 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.tecno.camon20pro4g"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="TECNO-CK7n"
android:priority="439"
android:isStatic="true" />
</manifest>