diff options
| author | eyosen <abittin@gmail.com> | 2015-04-08 19:58:59 +0300 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2015-04-08 18:20:41 +0100 |
| commit | daf32cd745fbcebb9760491e1cb8d5ccd8f9611a (patch) | |
| tree | d2e4684941f199ef1d9a966ddb5342151b7a69b1 | |
| parent | aa49d415f216f92fdad1ef8a2749cedabc265b43 (diff) | |
endeavoru: enable calibration_control in settings overlay
Change-Id: I914ac4dde8223e399f110b34ebd3168ba8aeeae5
| -rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml index f649186..018f508 100644 --- a/overlay/packages/apps/Settings/res/values/bools.xml +++ b/overlay/packages/apps/Settings/res/values/bools.xml @@ -17,4 +17,7 @@ <resources> <!-- Whether or not the dock settings are to be displayed for this device when docked --> <bool name="has_dock_settings">true</bool> + + <!-- Set this true only if the device has touchscreen calibration control. --> + <bool name="config_hasCalibrationControl">true</bool> </resources> |
