android_vendor_hardware_ove.../Moto/OneFusion-SystemUI/AndroidManifest.xml
2022-07-28 18:18:25 -03:00

11 lines
435 B
XML

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