Skip to content

Commit

Permalink
alioth: overlays: set fingerprint sensor location
Browse files Browse the repository at this point in the history
- Remove old lineage overlay while we are here.

Change-Id: Ic2b7552fed1866838f0801095e9ca8f03a9df143
  • Loading branch information
althafvly committed Mar 14, 2022
1 parent 836c8ea commit 318ee36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions overlay-lineage/packages/apps/Settings/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<!-- Defines the location of the fingerprint sensor on the device
0 = back
1 = front
2 = left side
3 = right side
-->
<integer name="config_fingerprintSensorLocation">3</integer>

<!-- Whether to show min refresh rate in display settings -->
<bool name="config_show_min_refresh_rate_switch">true</bool>
</resources>
3 changes: 3 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,7 @@

<!-- If true, the display will be shifted around in ambient mode. -->
<bool name="config_enableBurnInProtection">true</bool>

<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps" translatable="false">true</bool>
</resources>

0 comments on commit 318ee36

Please sign in to comment.