Configure fingerprint sensor location
Change-Id: I9618710e446fea31041883e8be9186c66809e163
This commit is contained in:
parent
e3be430481
commit
0a50db1c71
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -21,4 +21,12 @@
|
||||||
|
|
||||||
<!-- Volume Rocker Wake -->
|
<!-- Volume Rocker Wake -->
|
||||||
<bool name="config_show_volumeRockerWake">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue