android_vendor_hardware_ove.../Samsung/M31s/AndroidManifest.xml
Rufus Immanuel Raj P 70d3869ead Fix brightness issue on 1ui4 firmware
1. Fixed brightness issue on One UI 4 Firmware (by adding 2 configs from stock, that cause tests to fail)
2. Added System UI overlay to make screen on and off animations go towards the power button instead of volume
2022-06-03 20:30:11 +05:30

11 lines
441 B
XML
Executable file

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