Skip to content

Commit

Permalink
config_useSystemClockforRotationSensor
Browse files Browse the repository at this point in the history
  • Loading branch information
bauner committed Mar 12, 2016
1 parent cb02b17 commit 6947664
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,9 @@
<!-- Control whether a car dock event should override the default bluetooth
audio routing, FORCE_BT_CAR_DOCK, with an analog dock, FORCE_ANALOG_DOCK. -->
<bool name="config_forceAnalogCarDock">true</bool>

<!-- Older sensors are not setting event.timestamp correctly. Setting to
true will use SystemClock.elapsedRealtimeNanos() to set timestamp. -->
<bool name="config_useSystemClockforRotationSensor">true</bool>

</resources>

0 comments on commit 6947664

Please sign in to comment.