mirror of
https://github.com/S3NEO/android_device_samsung_matissewifi.git
synced 2024-11-06 22:05:47 +00:00
klte: add smart cover coords
Change-Id: I7e79c582a201eb1d17eff31c5528387a07202bed Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
parent
d6e727171e
commit
c23691505b
1 changed files with 20 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue