diff options
| author | Ali B <abittin@gmail.com> | 2021-05-10 12:11:57 +0300 |
|---|---|---|
| committer | GtrCraft <nickvanbokhorst@hotmail.com> | 2021-05-13 21:05:34 +0200 |
| commit | be921cf3db3c3467503886d9b6431a64875e1d18 (patch) | |
| tree | a999593b588f92a8d8b26245c988349bc6d134eb | |
| parent | fbea606592dc42adb5f0d146051aacfe96a977d2 (diff) | |
PartsBin: add few missing config descriptions
Change-Id: I25dd50ca7bcef3a69e997b1eb5136b5058a8b8c5
| -rw-r--r-- | res/values/config.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 1c6ecc0..688ac86 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -17,8 +17,7 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <bool name="config_device_has_hw_nav_buttons">false</bool> - + <!-- Whether device supports different refreshrate options --> <bool name="config_device_supports_switch_refreshrate">false</bool> <bool name="config_device_supports_soundtuner">false</bool> @@ -33,6 +32,9 @@ <bool name="config_device_supports_vibrations">false</bool> <!-- Whether device supports disabling hwkeys --> + <bool name="config_device_has_hw_nav_buttons">false</bool> + + <!-- Path to hardware keys toggle sysfs --> <string name="pathHWKToggle"></string> <!-- Path to devices FastCharge sysfs --> |
