You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2016/03/02 02:05:23 UTC

cordova-plugin-device-motion git commit: Minor changes to readme

Repository: cordova-plugin-device-motion
Updated Branches:
  refs/heads/master aa717efa9 -> 57d2e17af


Minor changes to readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/57d2e17a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/57d2e17a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/57d2e17a

Branch: refs/heads/master
Commit: 57d2e17af35a18f0dbf721678d56d4c8b3340ab0
Parents: aa717ef
Author: Raghav Katyal <ra...@microsoft.com>
Authored: Tue Mar 1 17:04:57 2016 -0800
Committer: Raghav Katyal <ra...@microsoft.com>
Committed: Tue Mar 1 17:04:57 2016 -0800

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/57d2e17a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9019804..1b6c9bf 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Although the object is attached to the global scoped `navigator`, it is not avai
         console.log(navigator.accelerometer);
     }
 
-:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Device%20Motion%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+Report issues with this plugin on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Device%20Motion%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
 
 ## Installation
 
@@ -94,7 +94,7 @@ Values for X, Y, Z motion are all randomly generated in order to simulate the ac
 
 ### Android Quirks
 
-The accelerometer is called with the __SENSOR_DELAY_UI__ flag, which limits the maximum readout frequency to something between 20 and 60 Hz, depending on the device. Values for __period__ corresponding to higher frequencies will result in duplicate samples.
+The accelerometer is called with the `SENSOR_DELAY_UI` flag, which limits the maximum readout frequency to something between 20 and 60 Hz, depending on the device. Values for __period__ corresponding to higher frequencies will result in duplicate samples. More details can be found in the [Android API Guide](http://developer.android.com/guide/topics/sensors/sensors_overview.html#sensors-monitor).
 
 
 ### iOS Quirks


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org