android_vendor_hardware_ove.../Samsung/d1q-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 3231c71347 Add resources for Samsung Galaxy Note10 QCOM (d1q) & 5G (d1x)
Change-Id: Ice84289e77da3481eaddbd48b25f592f79c5164d
2022-01-12 14:31:52 +00:00

11 lines
474 B
XML

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