aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/sensors/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/sensors/index.html')
-rw-r--r--zh-cn/devices/sensors/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/zh-cn/devices/sensors/index.html b/zh-cn/devices/sensors/index.html
index 08e5df19..c2cde4b3 100644
--- a/zh-cn/devices/sensors/index.html
+++ b/zh-cn/devices/sensors/index.html
@@ -37,7 +37,7 @@
</ul>
<p>每个 Android 传感器都有一个“类型”,表示传感器的行为及其提供的数据。</p>
<ul>
- <li>官方 Android <a href="sensor-types.html">传感器类型</a> 在 <a href="https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h">sensors.h</a> 中的 SENSOR_TYPE_ 名称下定义:
+ <li>官方 Android <a href="sensor-types.html">传感器类型</a>在 <a href="https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/sensors.h">sensors.h</a> 中的 SENSOR_TYPE_ 名称下进行定义:
<ul>
<li>绝大多数传感器都具有官方传感器类型。</li>
<li>这些类型记录在 Android SDK 中。</li>
@@ -55,7 +55,7 @@
<ul>
<li>可以存在几个相同类型的传感器。例如,两个近程传感器或两个加速度计。</li>
<li>绝大多数应用仅会请求给定类型的单个传感器。例如,请求默认加速度计的应用将获得列表中的第一个加速度计。</li>
- <li>传感器通常由<a href="suspend-mode.html#wake-up_sensors">唤醒</a>和<a href="suspend-mode.html#non-wake-up_sensors">非唤醒</a>对定义,两个传感器共享同一类型,但其唤醒特性不同。</li>
+ <li>传感器通常由<a href="suspend-mode.html#wake-up_sensors">唤醒</a>和<a href="suspend-mode.html#non-wake-up_sensors">非唤醒</a>对定义,两种传感器共享同一类型,但其唤醒特性不同。</li>
</ul>
</li>
</ul>
@@ -73,7 +73,7 @@
<ul>
<li>概览
<ul>
- <li><a href="https://developer.android.com/guide/topics/sensors/sensors_overview.html"> https://developer.android.com/guide/topics/sensors/sensors_overview.html </a></li>
+ <li><a href="https://developer.android.com/guide/topics/sensors/sensors_overview.html">https://developer.android.com/guide/topics/sensors/sensors_overview.html</a></li>
</ul>
</li>
<li>SDK 参考
@@ -94,7 +94,7 @@
</ul>
<h3 id="targeted_at_manufacturers_public">面向制造商</h3>
<ul>
- <li> 概览
+ <li>概览
<ul>
<li>此<a href="/devices/sensors/index.html">传感器</a>页面及其子页面。</li>
</ul>