HOW MANY THINGS DO I HAVE TO DO

This commit is contained in:
Ben Grisdale 2018-12-28 16:28:53 +00:00
parent 7e92bb6be1
commit 37e934074e
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="58" />
android:priority="59" />
</manifest>

View file

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