android_vendor_hardware_ove.../Samsung/a02q-SystemUI/AndroidManifest.xml
Tangy 24bfde2d78 Added Overlay for Samsung A02s
Overlay fixes notch, battery capacity, cpu speeds etc...
System-UI overlay fixes status bar.
2023-05-21 18:40:42 +04:00

10 lines
461 B
XML

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