vendor_hardware_overlay/Samsung/a82xq/AndroidManifest.xml
Andy CrossGate Yan d0222869ee Add resources for Samsung Galaxy Quantum2 (a82xq)
For 1080p resolution only

Change-Id: I874577fa05cc9218cfefd18e5b8d8d37cd9cf41c
2022-05-26 12:26:13 +00:00

11 lines
456 B
XML

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