This commit is contained in:
Ben Grisdale 2018-12-28 19:18:12 +00:00
parent 9910c0580d
commit debfb34d86
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -118,4 +118,7 @@
<!-- Screen off delay
<integer name="config_screen_off_delay">1800</integer> -->
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">48px</dimen>
</resources>