android_vendor_hardware_ove.../Moto/OneFusionPlus/AndroidManifest.xml
2022-03-08 11:22:19 -06:00

11 lines
417 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.moto.onefusionplus"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="liber"
android:priority="362"
android:isStatic="true" />
</manifest>