1page.title=穿戴式裝置應用程式品質
2page.tags="wear","wearables","quality","guidelines"
3page.metaDescription=穿戴式裝置是專為簡略瀏覽而建置的較小裝置,需要獨特的應用程式在正確的時間提供正確的資訊。
4page.image=/distribute/images/gp-wear-quality.png
5
6@jd:body
7
8<div id="qv-wrapper"><div id="qv">
9<h2>品質準則</h2>
10  <ol>
11    <li><a href="#ux">設計與互動</a></li>
12    <li><a href="#fn">功能</a></li>
13    <li><a href="#faq">常見問題</a></li>
14  </ol>
15
16  <h2>您也應閱讀</h2>
17  <ol>
18    <li><a href="{@docRoot}distribute/essentials/quality/core.html">核心應用程式品質</a></li>
19    <li><a href="{@docRoot}distribute/essentials/optimizing-your-app.html">最佳化您的應用程式</a></li>
20    <li><a href="{@docRoot}design/patterns/notifications.html">通知</a></li>
21  </ol>
22</div>
23</div>
24
25<img src="{@docRoot}distribute/images/gp-wear-quality.png" style="width:480px;">
26
27<p>
28  Android Wear 旨在於正確的時間為使用者提供正確的資訊。Android Wear 自動啟動,可供簡略瀏覽,需要很少或不需要使用者介入,從而提供絕佳體驗。設計用於穿戴式裝置的應用程式與設計用於手機或平板電腦的應用程式相較有很大不同。兩者具有不同的優點與缺點、不同的使用狀況,要考慮的人體工程學也不同。
29</p>
30
31<p>
32  為 Wear 使用者提供絕佳體驗的第一步,是閱讀 <a href="{@docRoot}design/wear/index.html">Android Wear 設計指導方針</a>,這些指導方針針對如何為 Wear 應用程式建置最優的使用者體驗提供了指示。此外,您還應檢閱<a href="{@docRoot}training/building-wearables.html">建置穿戴式裝置應用程式</a>訓練,以了解 Wear 應用程式的基本實作需求。
33</p>
34
35<p class="caution">
36  <strong>重要說明:</strong>若要確保提供絕佳的使用者體驗,適用於穿戴式裝置的應用程式必須符合可用性的特定需求。只有符合以下品質準則的應用程式,才有資格作為 Google Play 上的 Android Wear 應用程式。透過具有作為 Wear 應用程式的資格,Android Wear 使用者可以更輕鬆地在 Google Play 上探尋您的應用程式。
37</p>
38
39<p class="note">
40 <strong>注意:</strong>如需有關如何在 Google Play 中發行 Wear 應用程式的資訊,請參閱<a href="{@docRoot}distribute/googleplay/wear.html">散佈至 Android Wear</a>。
41</p>
42
43<div class="headerLine">
44  <h2 id="fn">
45  功能
46  </h2>
47
48
49</div>
50
51<p>
52  這些準則可確保您的應用程式經過正確設定並提供預期的功能行為。
53</p>
54
55
56<table>
57<tr>
58  <th style="width:2px;">
59    類型
60  </th>
61  <th style="width:54px;">
62    ID
63  </th>
64  <th>
65    描述
66  </th>
67</tr>
68
69<tr>
70  <td rowspan="3" id="general">
71   一般
72  </td>
73
74  <td id="WR-GL">
75    WR-GL
76  </td>
77  <td>
78    <p style="margin-bottom:.5em;">
79      手持式應用程式包括穿戴式裝置特定功能的通知,或直接在 Wear 裝置上執行的穿戴式裝置應用程式。(<a href="{@docRoot}training/building-wearables.html">進行了解</a>)
80    </p>
81  </td>
82</tr>
83
84<tr>
85 <td id="WR-VF">
86    WR-VF
87  </td>
88  <td>
89    <p style="margin-bottom:.5em;">
90      應用程式具有使用者可見的 Wear 功能。
91    </p>
92  </td>
93</tr>
94
95<tr>
96 <td id="WR-BF">
97    WR-BF
98  </td>
99  <td>
100    <p style="margin-bottom:.5em;">
101      Wear 功能按預期運作,或按應用程式的 Google Play 市集清單中所述內容運作。
102    </p>
103  </td>
104</tr>
105
106<tr>
107  <td rowspan="1" id="packaging">
108   封裝
109  </td>
110
111  <td id="WR-PK">
112    WR-PK
113  </td>
114  <td>
115    <p style="margin-bottom:.5em;">
116      若穿戴式裝置應用程式依賴手持式應用程式來發揮功能,應將穿戴式裝置應用程式封裝在手持式應用程式中。(<a href="{@docRoot}training/wearables/apps/packaging.html">進行了解</a>)
117    </p>
118  </td>
119</tr>
120
121<tr>
122  <td rowspan="3" id="functional-notifications">
123    通知
124  </td>
125
126  <td id="WR-FW">
127    WR-FW
128  </td>
129  <td>
130    <p style="margin-bottom:.5em;">
131      穿戴式裝置特定功能的通知使用 {@code RemoteInput} 或 {@code WearableExtender}。(<a href="{@docRoot}training/wearables/notifications/index.html">進行了解</a>)
132    </p>
133  </td>
134</tr>
135
136<tr>
137  <td id="WR-FR">
138    WR-FR
139  </td>
140  <td>
141    <p style="margin-bottom:.5em;">
142      藉由傳訊應用程式的通知,使用者可以透過語音輸入或快速回應來提供回覆。(<a href="{@docRoot}training/wearables/notifications/voice-input.html">進行了解</a>)
143    </p>
144  </td>
145</tr>
146
147<tr>
148  <td id="WR-FG">
149    WR-FG
150  </td>
151  <td>
152    <p style="margin-bottom:.5em;">
153      將相似的通知歸入同一堆疊中。(<a href="{@docRoot}training/wearables/notifications/stacks.html">進行了解</a>)
154    </p>
155  </td>
156</tr>
157
158<tr>
159  <td rowspan="2" id="gestures">
160    手勢
161  </td>
162
163  <td id="WR-GP">
164    WR-GP
165  </td>
166  <td>
167    <p style="margin-bottom:.5em;">
168      只有在希望提示以結束時,全螢幕動作才使用「長時間按下」手勢。 <br/> (<a href="{@docRoot}training/wearables/ui/exit.html">進行了解</a>)
169    </p>
170  </td>
171</tr>
172
173<tr>
174  <td id="WR-GD">
175    WR-GD
176  </td>
177  <td>
178    <p style="margin-bottom:.5em;">
179      若應用程式在全螢幕動作中停用「輕拂以關閉」手勢,則在該動作中將回應「長時間按下以關閉」手勢。(<a href="{@docRoot}training/wearables/ui/exit.html">進行了解</a>)
180    </p>
181  </td>
182</tr>
183
184<tr>
185  <td rowspan="1" id="watchface">
186    錶面
187  </td>
188
189  <td id="WR-WF">
190    WR-WF
191  </td>
192  <td>
193    <p style="margin-bottom:.5em;">
194      包含錶面的應用程式將使用正式的錶面 API。(<a href="{@docRoot}training/wearables/watch-faces/index.html">進行了解</a>)
195    </p>
196  </td>
197</tr>
198
199</table>
200
201
202<h3 class="rel-resources clearfloat">相關資源</h3>
203
204<div class="resource-widget resource-flow-layout col-13" data-query=
205"collection:distribute/essentials/wearqualityguidelines/functionality"
206data-sortorder="-timestamp" data-cardsizes="6x2" data-maxresults="6">
207</div>
208
209<div class="headerLine">
210  <h2 id="ux">
211  視覺設計與使用者互動
212  </h2>
213
214
215</div>
216
217<p>
218  這些準則可確保您的應用程式遵循關鍵的設計與互動樣式,以便在穿戴式裝置上提供一致、直觀且充滿樂趣的使用者體驗。
219</p>
220
221<table>
222
223<tr>
224  <th style="width:2px;">
225    類型
226  </th>
227  <th style="width:54px;">
228    ID
229  </th>
230  <th>
231    描述
232  </th>
233</tr>
234
235<tr>
236  <td rowspan="3" id="layout">
237    版面配置
238  </td>
239
240  <td id="WR-LS">
241    WR-LS
242  </td>
243  <td>
244    <p style="margin-bottom:.5em;">
245      應用程式使用者介面已針對方形顯示幕正確設定格式。應用程式內容適合實體顯示區域,文字或控制項未遭螢幕邊緣截斷。 <br/> (<a href="{@docRoot}training/wearables/ui/layouts.html">進行了解</a>)
246    </p>
247  </td>
248</tr>
249
250<tr>
251  <td id="WR-LR">
252    WR-LR
253  </td>
254  <td>
255    <p style="margin-bottom:.5em;">
256      應用程式使用者介面已針對圓形顯示幕 (包括螢幕底部具有內嵌項目 (即「下巴」) 的裝置) 正確設定格式。應用程式內容適合實體顯示區域,文字或控制項未遭螢幕邊緣截斷。 <br/> (<a href="{@docRoot}training/wearables/ui/layouts.html">進行了解</a>)
257    </p>
258  </td>
259</tr>
260
261<tr>
262  <td id="WR-TC">
263    WR-TC
264  </td>
265  <td>
266    <p style="margin-bottom:.5em;">
267      應用程式文字較大且可供簡略瀏覽,建議最小為 16sp。(<a href="{@docRoot}design/wear/style.html#Typography">進行了解</a>)
268    </p>
269  </td>
270</tr>
271
272<tr>
273  <td rowspan="1" id="launcher">
274    啟動器
275  </td>
276
277  <td id="WR-LN">
278    WR-LN
279  </td>
280  <td>
281    <p style="margin-bottom:.5em;">
282      應用程式啟動器字串是應用程式名稱,而非命令片語。(<a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">進行了解</a>)
283    </p>
284  </td>
285</tr>
286
287<tr>
288  <td rowspan="5" id="notifications">
289    通知
290  </td>
291
292  <td id="WR-NC">
293    WR-NC
294  </td>
295  <td>
296    <p style="margin-bottom:.5em;">
297      應用程式在適當時顯示確認動畫。(<a href="{@docRoot}design/wear/patterns.html#Countdown">進行了解</a>)
298    </p>
299  </td>
300</tr>
301
302<tr>
303  <td id="WR-NR">
304    WR-NR
305  </td>
306  <td>
307    <p style="margin-bottom:.5em;">
308      通知卡的右上邊緣顯示應用程式圖示。若通知卡具有單一動作控制項 (例如媒體播放卡),則屬例外狀況。 <br/> (<a href="{@docRoot}design/wear/style.html#Assets">進行了解</a>)
309    </p>
310  </td>
311</tr>
312
313<tr>
314  <td id="WR-WI">
315    WR-WI
316  </td>
317  <td>
318    <p style="margin-bottom:.5em;">
319      通知動作具有白色圖示、動作標題以及透明背景。 <br/> (<a href="{@docRoot}training/wearables/notifications/creating.html#ActionButtons">進行了解</a>)
320    </p>
321  </td>
322</tr>
323
324<tr>
325  <td id="WR-PB">
326    WR-PB
327  </td>
328  <td>
329    <p style="margin-bottom:.5em;">
330      通知相片背景僅用於傳遞資訊,不用於為卡建立品牌。(<a href="{@docRoot}design/wear/style.html#Branding">進行了解</a>)
331    </p>
332  </td>
333</tr>
334
335<tr>
336  <td id="WR-PR">
337    WR-PR
338  </td>
339  <td>
340    <p style="margin-bottom:.5em;">
341      通知相片背景的解析度至少為 400x400。(<a href="{@docRoot}training/wearables/notifications/creating.html#AddWearableFeatures">進行了解</a>)
342    </p>
343  </td>
344</tr>
345
346<tr>
347  <td rowspan="1" id="googleplay">
348    Google Play
349  </td>
350
351  <td id="WR-GS">
352    WR-GS
353  </td>
354  <td>
355    <p style="margin-bottom:.5em;">
356      應用程式在其 Play 市集清單中至少包含一個 Wear 螢幕擷取畫面。(<a
357href="https://support.google.com/googleplay/android-developer/answer/1078870?hl=en">進行了解</a>)
358    </p>
359  </td>
360</tr>
361
362
363</table>
364
365
366<h3 class="rel-resources clearfloat">相關資源</h3>
367
368<div class="resource-widget resource-flow-layout col-13" data-query=
369"collection:distribute/essentials/wearqualityguidelines/visualdesign"
370data-sortorder="-timestamp" data-cardsizes="6x2" data-maxresults="6">
371</div>
372
373<div class="headerLine">
374  <h2 id="faq">
375  常見問題
376  </h2>
377</div>
378
379<p style="margin-top:30px;">
380  <strong>提交應用程式供 Android Wear 檢閱後,如何才能知道我的應用程式不符合 Wear 的所有需求?</strong>
381</p>
382<p>
383  若您的應用程式不符合本頁面所述的可用性需求,Play 市集團隊會透過 <a href="https://play.google.com/apps/publish/">Google Play Developer Console</a> 帳戶 (與應用程式關聯) 中指定的電子郵件地址與您連絡。
384</p>
385<p class="caution">
386  <strong>注意:</strong>請確保您的應用程式符合<a href="#fn">功能需求</a>,否則不會將您的應用程式視為 Wear 應用程式,也不會針對 Wear <a href="#ux">設計與互動</a>對其進行檢閱。
387</p>
388<p class="note">
389 <strong>注意:</strong>如需有關如何在 Google Play 中發行 Wear 應用程式的資訊,請參閱<a href="{@docRoot}distribute/googleplay/wear.html">散佈至 Android Wear</a>。
390</p>
391
392
393<p style="margin-top:30px;">
394  <strong>若我的應用程式不符合 Wear 需求,我的新應用程式或更新後的應用程式是否仍顯示在 Google Play 中針對手機與平板電腦的位置,並且仍會安裝在穿戴式裝置上?</strong>
395</p>
396<p>
397  是。上述需求僅判斷在 Google Play 上是否將您的應用程式視為 Android Wear 應用程式,以及該應用程式是否可供 Android Wear 使用者更輕鬆地探尋。若未接受您的應用程式為 Wear 應用程式,仍會向其他裝置類型 (例如手機或平板電腦) 提供該應用程式,並且仍會安裝在穿戴式裝置上。
398</p>