android_vendor_hardware_ove.../Samsung/A21s-SystemUI/AndroidManifest.xml
2022-08-17 10:23:32 +03:00

14 lines
494 B
XML

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