android_vendor_hardware_ove.../Moto/tundra-SystemUI/AndroidManifest.xml
Andy CrossGate Yan d417830ec4 Add resources for Motorola Moto S30 Pro / Edge 30 Fusion (tundra)
Change-Id: Ia98d90bd8057140db6f9004f9c0ee27d9a281c42
2022-10-18 00:11:30 +00:00

11 lines
476 B
XML

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