android_vendor_hardware_ove.../Samsung/A51-SystemUI/AndroidManifest.xml
Yillié 74e1f88d69 A51 : Add SystemUI overlay
This (status_bar_padding_top) would help to make
status bar icons align with the hole punch cutout
on the y-axis.
2022-01-20 21:47:22 +05:00

11 lines
475 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.samsung.a51.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*samsung/a51*"
android:priority="102"
android:isStatic="true" />
</manifest>