android_vendor_hardware_ove.../Moto/rhodep-SystemUI/AndroidManifest.xml
2022-06-27 19:40:57 +08:00

11 lines
476 B
XML

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