Fix matching for Sharp AQUOS S2
diff --git a/Sharp/S2-los/AndroidManifest.xml b/Sharp/S2-los/AndroidManifest.xml
index ac85991..7f2c5bb 100644
--- a/Sharp/S2-los/AndroidManifest.xml
+++ b/Sharp/S2-los/AndroidManifest.xml
@@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="org.lineageos.lineagesettings"
- android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
- android:requiredSystemPropertyValue="+FIH/SAT*"
+ android:requiredSystemPropertyName="ro.product.board"
+ android:requiredSystemPropertyValue="SAT"
android:priority="19"
android:isStatic="true" />
</manifest>