Configure fingerprint sensor location

Change-Id: I9618710e446fea31041883e8be9186c66809e163
This commit is contained in:
d34d 2016-06-27 11:04:20 -07:00 committed by Kevin F. Haggerty
parent e3be430481
commit 0a50db1c71
1 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The CyanogenMod Project
<!-- Copyright (C) 2016 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -21,4 +21,12 @@
<!-- Volume Rocker Wake -->
<bool name="config_show_volumeRockerWake">true</bool>
<!-- Defines the location of the fingerprint sensor on the device
0 = back
1 = front
2 = left side
3 = right side
-->
<integer name="config_fingerprintSensorLocation">1</integer>
</resources>