summaryrefslogtreecommitdiffstats
path: root/docs/html-intl/intl/zh-cn/distribute/googleplay/quality/wear.jd
blob: 99483eccc760862d84a49eb1605d5102dfa2763f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
page.title=可穿戴设备应用的质量
page.tags="wear","wearables","quality","guidelines"
page.metaDescription=可穿戴设备较小,要便于扫视,并且需要独特的应用在正确的时间提供正确的信息。
page.image=/distribute/images/gp-wear-quality.png
@jd:body

<div id="qv-wrapper"><div id="qv">
<h2>质量标准</h2>
  <ol>
    <li><a href="#ux">设计和交互</a></li>
    <li><a href="#fn">功能</a></li>
    <li><a href="#faq">常见问题</a></li>
  </ol>

  <h2>您还应阅读</h2>
  <ol>
    <li><a href="{@docRoot}distribute/essentials/quality/core.html">
核心的应用质量</a></li>
    <li><a href="{@docRoot}distribute/essentials/optimizing-your-app.html">
优化您的应用</a></li>
    <li><a href="{@docRoot}design/patterns/notifications.html">
通知</a></li>
  </ol>
</div>
</div>

<img src="{@docRoot}distribute/images/gp-wear-quality.png" style="width:480px;">

<p>
  Android Wear 的目的是在正确的时间为用户提供正确的信息。优秀的 Android Wear 体验应自动启动、便于查看,并且不需要或很少需要用户交互。

设计可穿戴设备的应用与设计手机或平板电脑的应用截然不同。
要考虑不同的强项和弱点、不同的用例和不同的人体工学。

</p>

<p>
  为可穿戴设备用户创造优秀体验的第一步是阅读
 <a href="{@docRoot}design/wear/index.html">Android Wear 设计准则</a>,其中提供了关于如何为可穿戴设备应用打造最佳用户体验的指导。
您还应查看
<a href="{@docRoot}training/building-wearables.html">构建可穿戴设备应用</a>培训,以了解可穿戴设备应用的基本实现要求。

</p>

<p class="caution">
  <strong>重要说明:</strong>为确保优秀的用户体验,可穿戴设备的应用必须满足特定的可用性要求。
只有符合下列质量标准的应用才能有资格在 Google Play 上作为 Android Wear 应用。
若有资格作为可穿戴设备应用, Android Wear 用户更容易在 Google Play 上发现您的应用。

</p>

<p class="note">
 <strong>注意:</strong>有关如何在 Google Play 中发布可穿戴设备应用的信息,请参见<a href="{@docRoot}distribute/googleplay/wear.html">分发到 Android Wear</a>。
</p>

<div class="headerLine">
  <h2 id="fn">
  功能
  </h2>


</div>

<p>
  遵循这些标准可确保您的应用进行正确配置,提供预期的功能行为。

</p>


<table>
<tr>
  <th style="width:2px;">
    类型
  </th>
  <th style="width:54px;">
    ID
  </th>
  <th>
    描述
  </th>
</tr>

<tr>
  <td rowspan="3" id="general">
   一般
  </td>

  <td id="WR-GL">
    WR-GL
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      手持类应用包括具有可穿戴设备特有功能的通知或直接在穿戴设备上运行的可穿戴类应用。
 
      (<a href="{@docRoot}training/building-wearables.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
 <td id="WR-VF">
    WR-VF
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      应用具有用户可看到的穿戴设备功能。
    </p>
  </td>
</tr>

<tr>
 <td id="WR-BF">
    WR-BF
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      穿戴设备的功能符合预期或符合应用在 Google Play 商品详情中的描述。
    </p>
  </td>
</tr>

<tr>
  <td rowspan="1" id="packaging">
   打包
  </td>

  <td id="WR-PK">
    WR-PK
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      将依赖手持类应用来提供功能的可穿戴设备应用打包在该手持类应用内。

      (<a href="{@docRoot}training/wearables/apps/packaging.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td rowspan="3" id="functional-notifications">
    通知
  </td>

  <td id="WR-FW">
    WR-FW
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      可穿戴设备特有功能的通知使用{@code RemoteInput} 或
{@code WearableExtender}。
      (<a href="{@docRoot}training/wearables/notifications/index.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-FR">
    WR-FR
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      消息应用的通知允许用户通过语音输入或快速响应来回复。
      (<a href="{@docRoot}training/wearables/notifications/voice-input.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-FG">
    WR-FG
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      将相似的通知组合在一个堆栈中。
      (<a href="{@docRoot}training/wearables/notifications/stacks.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td rowspan="2" id="gestures">
    手势
  </td>

  <td id="WR-GP">
    WR-GP
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      在全屏活动中使用长按仅用于提示退出。
      <br/>
      (<a href="{@docRoot}training/wearables/ui/exit.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-GD">
    WR-GD
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      如果应用在全屏活动中禁用滑动消除手势,则在此活动中响应长按消除手势。

      (<a href="{@docRoot}training/wearables/ui/exit.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td rowspan="1" id="watchface">
    表盘
  </td>

  <td id="WR-WF">
    WR-WF
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      包括表盘的应用使用官方的表盘 API。
      (<a href="{@docRoot}training/wearables/watch-faces/index.html">了解方法</a>)
    </p>
  </td>
</tr>

</table>


<h3 class="rel-resources clearfloat">相关资源</h3>

<div class="resource-widget resource-flow-layout col-13" data-query=
"collection:distribute/essentials/wearqualityguidelines/functionality"
data-sortorder="-timestamp" data-cardsizes="6x2" data-maxresults="6">
</div>

<div class="headerLine">
  <h2 id="ux">
  视觉设计和用户交互
  </h2>


</div>

<p>
  这些标准可确保您的应用遵循标准设计和交互模式,以在可穿戴设备上提供一致、直观和愉悦的用户体验。

</p>

<table>

<tr>
  <th style="width:2px;">
    类型
  </th>
  <th style="width:54px;">
    ID
  </th>
  <th>
    描述
  </th>
</tr>

<tr>
  <td rowspan="3" id="layout">
    布局
  </td>

  <td id="WR-LS">
    WR-LS
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      应用的用户界面针对方形显示屏进行适当格式化。应用的内容适合放在物理显示区域内,没有文本或控件被屏幕边缘切断。

      <br/>
      (<a href="{@docRoot}training/wearables/ui/layouts.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-LR">
    WR-LR
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      应用的用户界面针对圆形显示屏进行适当格式化,包括屏幕底部有插边(或“下巴”)的设备。
应用的内容适合放在物理显示区域内,没有文本或控件被屏幕边缘切断。

      <br/>
      (<a href="{@docRoot}training/wearables/ui/layouts.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-TC">
    WR-TC
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      应用文本较大并且便于查看,建议的最小大小为 16sp。
      (<a href="{@docRoot}design/wear/style.html#Typography">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td rowspan="1" id="launcher">
    启动器
  </td>

  <td id="WR-LN">
    WR-LN
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      应用启动器字符串是应用的名称,而非命令短语。
      (<a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td rowspan="5" id="notifications">
    通知
  </td>

  <td id="WR-NC">
    WR-NC
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      应用在合适时显示确认动画。
      (<a href="{@docRoot}design/wear/patterns.html#Countdown">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-NR">
    WR-NR
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      通知卡在右上边缘提供可见的应用图标。有个例外,如果通知卡具有单次操作控件,例如媒体播放卡。

      <br/>
      (<a href="{@docRoot}design/wear/style.html#Assets">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-WI">
    WR-WI
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      通知操作采用白色的图标、操作标题以及透明的背景。
      <br/>
      (<a href="{@docRoot}training/wearables/notifications/creating.html#ActionButtons">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-PB">
    WR-PB
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      通知照片背景仅用于传达信息,而不是在卡上标注品牌。
      (<a href="{@docRoot}design/wear/style.html#Branding">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td id="WR-PR">
    WR-PR
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      通知照片背景具有至少 400x400 的分辨率。
      (<a href="{@docRoot}training/wearables/notifications/creating.html#AddWearableFeatures">了解方法</a>)
    </p>
  </td>
</tr>

<tr>
  <td rowspan="1" id="googleplay">
    Google Play
  </td>

  <td id="WR-GS">
    WR-GS
  </td>
  <td>
    <p style="margin-bottom:.5em;">
      应用在其 Play 商店详情中包括至少一张穿戴设备截图。
      (<a href="https://support.google.com/googleplay/android-developer/answer/1078870?hl=en">了解方法</a>)
    </p>
  </td>
</tr>


</table>


<h3 class="rel-resources clearfloat">相关资源</h3>

<div class="resource-widget resource-flow-layout col-13" data-query=
"collection:distribute/essentials/wearqualityguidelines/visualdesign"
data-sortorder="-timestamp" data-cardsizes="6x2" data-maxresults="6">
</div>

<div class="headerLine">
  <h2 id="faq">
  常见问题
  </h2>
</div>

<p style="margin-top:30px;">
  <strong>在提交我的应用供 Android Wear 审查之后,怎样发现应用是否符合穿戴设备的所有要求?</strong>

</p>
<p>
  如果您的应用不符合本页所述的可用性要求,Play 商店团队将通过与应用关联的 <a href="https://play.google.com/apps/publish/">Google Play 开发者控制台</a>帐户中指定的电子邮件地址与您联系。


</p>
<p class="caution">
  <strong>注意:</strong>确保您的应用符合<a href="#fn">这些功能要求</a>,否则应用不会被视为穿戴设备应用,并且不会审查其穿戴设备<a href="#ux">设计和交互</a>。


</p>
<p class="note">
 <strong>注意:</strong>有关如何在 Google Play 中发布可穿戴设备应用的信息,请参见<a href="{@docRoot}distribute/googleplay/wear.html">分发到 Android Wear</a>。
</p>


<p style="margin-top:30px;">
  <strong>如果我的应用不符合穿戴设备的要求,是否仍会在 Google Play 
上向手机和平板电脑显示我的新应用或更新版本并且仍可在可穿戴设备上安装?</strong>
</p>
<p>
  是的。上述要求仅确定应用是否在 Google Play 上被标识为 Android Wear 应用,从而让 Android Wear 用户更容易发现。
如果您的应用未被接受为穿戴设备应用,它仍可用于其他设备类型,如手机和平板电脑,并且仍可安装在穿戴设备上。


</p>