Skip to content

Commit

Permalink
Disable CustomDoze options that are in system/gesture settings
Browse files Browse the repository at this point in the history
Change-Id: I6727f1cb1970fa61647d0ba1bc4bfcde699e0f41
  • Loading branch information
Alex authored and spaceman860 committed Feb 2, 2019
1 parent 96068c2 commit b5620f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlay/packages/apps/CustomDoze/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
</integer-array>

<bool name="hasDozeBrightnessSensor">true</bool>

<!-- Disable CustomDoze options that are in system gesture settings -->
<bool name="has_tilt_sensor">false</bool>

</resources>

0 comments on commit b5620f7

Please sign in to comment.