android_vendor_hardware_ove.../Samsung/a02q/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

11 lines
438 B
XML

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