Skip to content

Commit

Permalink
Add coordinates for smartwindow cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarx2k committed Sep 17, 2014
1 parent d74ffeb commit 529da0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,12 @@
<bool name="config_proximityCheckOnWake">true</bool>
<integer name="config_proximityCheckTimeout">400</integer>

<!-- Need check this values -->
<integer-array name="config_smartCoverWindowCoords">
<item>55</item> <!-- Top -->
<item>200</item> <!-- Left -->
<item>850</item> <!-- Bottom -->
<item>880</item> <!-- Right -->
</integer-array>

</resources>

0 comments on commit 529da0b

Please sign in to comment.