android_vendor_hardware_ove.../Samsung/A31-SystemUI/AndroidManifest.xml
Zillion b25a0b899b Added SystemUI Overlays
A little too based on a33 hehe
2022-07-31 20:54:57 +03:00

11 lines
541 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.samsung.a31.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*samsung/a31*"
android:priority="367"
android:isStatic="true" />
</manifest>