This commit is contained in:
Ben Grisdale 2018-12-28 16:32:15 +00:00
parent 37e934074e
commit 8b9b1b4d53
2 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OnePlus/OnePlus6T/OnePlus6T*"
android:priority="59" />
android:priority="60" />
</manifest>

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OnePlus/OnePlus6T/OnePlus6T*"
android:priority="58"
android:priority="61"
android:isStatic="true" />
</manifest>