android_vendor_hardware_ove.../Moto/hiphi/AndroidManifest.xml
Andy CrossGate Yan a032feeeb8 Add resources for Motorola Edge X30 (hiphi/hiphic)
Supports the int'l variant blindly - feel free to add variants of other codenames

Change-Id: I5ca91d40d1670ab06102b939ab47be68afe26e55
2022-02-09 08:16:20 +00:00

11 lines
462 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.moto.hiphi"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+(hiphi|hiphic)"
android:priority="222"
android:isStatic="true" />
</manifest>