klte: add smart cover coords

Change-Id: I7e79c582a201eb1d17eff31c5528387a07202bed
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2014-08-25 15:59:46 -07:00 committed by Ethan Chen
parent d6e727171e
commit c23691505b
1 changed files with 20 additions and 0 deletions

View File

@ -247,4 +247,24 @@
<!-- Performance profiles -->
<string name="config_perf_profile_prop">sys.perf.profile</string>
<string name="config_perf_profile_default_entry">1</string>
<!-- Indicate whether closing the lid causes the device to go to sleep and opening
it causes the device to wake up.
The default is false. -->
<bool name="config_lidControlsSleep">true</bool>
<!-- Indicate the device's Smart Cover coordinates.
If none are provided, then the feature will be disabled.
The array should contain 4 values, in pixels, (sample values provided):
Top 0
Left 100
Bottom Top + 400
Right Display Width - 100
-->
<integer-array name="config_smartCoverWindowCoords">
<item>30</item>
<item>44</item>
<item>800</item>
<item>1036</item>
</integer-array>
</resources>